{% import "context" %} {% code type LoginPage struct { Referer string ErrorMessage string } %} {% func (p *LoginPage) Title(ctx context.Context) %}Hello{% endfunc %} {% func (p *LoginPage) Navbar(ctx context.Context) %}{%= Navbar(ctx, Login) %}{% endfunc %} {% func (p *LoginPage) Content(ctx context.Context) %}
{% if p.Referer == "" %}
{% else %} {% endif %}
{% if p.ErrorMessage != "" %}
{%s p.ErrorMessage %}
{% endif %}
{% endfunc %} {% func (p *LoginPage) Script(ctx context.Context) %} {% endfunc %}