cerrado @ ef05f233903fe896ff60c8a8759deac6cc0e7366

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