aboutsummaryrefslogtreecommitdiff
path: root/templates/config.qtpl
blob: c5146b8b015513ceeec3fe0bcaf42c3301380309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% code
type ConfigPage struct {
    Body []byte
}
%}

{% func (p *ConfigPage) Title() %}Hello{% endfunc %}

{% func (p *ConfigPage) Navbar() %}{%= Navbar(Config) %}{% endfunc %}

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

{% func (p *ConfigPage) Script() %}
{% endfunc %}