{% import "context" %} {% code type ErrorPage struct { Message string } %} {% func (p *ErrorPage) Title(ctx context.Context) %}Error{% endfunc %} {% func (p *ErrorPage) Navbar(ctx context.Context) %}{%= Navbar(ctx, Git) %}{% endfunc %} {% func (p *ErrorPage) Content(ctx context.Context) %} {%s p.Message %} {% endfunc %} {% func (p *ErrorPage) Script(ctx context.Context) %} {% endfunc %}