1{% code
2type AboutPage struct {
3 Body []byte
4}
5%}
6
7{% func (p *AboutPage) Title() %}Hello{% endfunc %}
8
9{% func (p *AboutPage) Navbar() %}{%= Navbar(About) %}{% endfunc %}
10
11{% func (p *AboutPage) Content() %}
12{%z= p.Body %}
13{% endfunc %}
14
15{% func (p *AboutPage) Script() %}
16{% endfunc %}