lens @ 3e435fc0d032a6cac0bdd15cdb138905ecdb7267

 1{% code
 2type ErrorPage struct {
 3    Err string
 4}
 5%}
 6
 7{% func (p *ErrorPage) Title() %}
 8Error
 9{% endfunc %}
10
11{% func (p *ErrorPage) Content() %}
12{%s p.Err %}
13{% endfunc %}
14
15{% func (p *ErrorPage) Script() %}
16{% endfunc %}