{% code type ConfigPage struct { Body []byte } %} {% func (p *ConfigPage) Title() %}Hello{% endfunc %} {% func (p *ConfigPage) Navbar() %}{%= Navbar(Config) %}{% endfunc %} {% func (p *ConfigPage) Content() %}

This is the configuration that is currently loaded

{%z= p.Body %}
{% endfunc %} {% func (p *ConfigPage) Script() %} {% endfunc %}