Documentation ¶
Index ¶
- func CycleLimit(limit uint)
- func Debug(on bool)
- func EmbeddedFs(fs fs.FS)
- func Functions(functions map[string]interface{})
- func String(source string, data map[string]interface{}, writer io.Writer) error
- func View(tplPath string, data map[string]interface{}, writer io.Writer) error
- func ViewExtension(extension string)
- func ViewsPath(path string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CycleLimit ¶
func CycleLimit(limit uint)
CycleLimit Установка ограничения, на максимальное количество итераций в циклах. По умолчанию 10000
func Debug ¶
func Debug(on bool)
Debug Переключение в режим отладки. В этом режиме, все изменения в шаблонах подхватываются налету, однако обработка шаблона занимет больше времени
func EmbeddedFs ¶
func Functions ¶
func Functions(functions map[string]interface{})
Functions Загрузка пользовательских функций в шаблонизатор.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.