aboutsummaryrefslogtreecommitdiff
path: root/templates/error.qtpl
blob: b71adc8794e3bfc0f43978ccb594900210cc38af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% code
type ErrorPage struct {
    Err string
}
%}

{% func (p *ErrorPage) Title() %}
Error
{% endfunc %}

{% func (p *ErrorPage) Content() %}
{%s p.Err %}
{% endfunc %}

{% func (p *ErrorPage) Script() %}
{% endfunc %}