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