lens @ ff6b55491dec7ad1973dda37a35e2d9f47f75bcb

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