{% code type AboutPage struct { Body []byte } %} {% func (p *AboutPage) Title() %}Hello{% endfunc %} {% func (p *AboutPage) Navbar() %}{%= Navbar(About) %}{% endfunc %} {% func (p *AboutPage) Content() %} {%z= p.Body %} {% endfunc %} {% func (p *AboutPage) Script() %} {% endfunc %}