Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Templ ¶
type Templ struct { // Global template for HTML rendering. // This template will be used to render all Amis components. AmisTempl *template.Template AmisVersion string AmisBaseURL string Themes []conf.Theme Locales []conf.Local // contains filtered or unexported fields }
func (*Templ) CurrentI18n ¶ added in v0.11.9
func (*Templ) CurrentLocale ¶ added in v0.11.9
func (*Templ) CurrentTheme ¶ added in v0.11.9
func (*Templ) GetLocales ¶ added in v0.11.9
func (*Templ) SetLocales ¶ added in v0.11.9
func (*Templ) UpdateLocale ¶ added in v0.11.9
func (*Templ) UpdateTheme ¶ added in v0.11.9
Click to show internal directories.
Click to hide internal directories.