twig

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 18, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Render

func Render(templatePath string, data map[string]interface{}) (string, error)

Types

type Template

type Template struct {
	RawContent string
	Blocks     map[string]string
}

type TemplateInfo

type TemplateInfo struct {
	Path          string
	Extends       string
	Includes      []string
	DefinedBlocks map[string]string
	UsedBlocks    map[string]string
	EntryTemplate string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL