Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Designer ¶
type Designer interface { // Parse templates (with relative paths or aliases, starts with "@") Compile(files ...string) Template // Create new child designer. // Method create new Designer with related path. // Method extends set of funcs and views. Extends(funcs template.FuncMap, path string, views ...string) Designer // Get application Echo() *echo.Echo }
Click to show internal directories.
Click to hide internal directories.