cerrado @ adc207d2e6c39fa31283d83021e76300c0099c37

 1{% code
 2type HelloPage struct {
 3    Body string
 4}
 5%}
 6
 7{% func (p *HelloPage) Title() %}Hello{% endfunc %}
 8
 9{% func (p *HelloPage) Content() %}
10{%s= p.Body %}
11{% endfunc %}
12
13{% func (p *HelloPage) Script() %}
14{% endfunc %}