github.com/kyleu/dbaudit@v0.0.2-0.20240321155047-ff2f2c940496/views/layout/Basic.html (about)

     1  <!-- Content managed by Project Forge, see [projectforge.md] for details. -->
     2  {% import (
     3    "github.com/kyleu/dbaudit/app"
     4    "github.com/kyleu/dbaudit/app/controller/cutil"
     5  ) %}
     6  
     7  {% code
     8    type Basic struct {}
     9    var _ Page = (*Basic)(nil)
    10  %}
    11  {% func (p *Basic) Head(as *app.State, ps *cutil.PageState) %}{%= Head(as, ps) %}{% endfunc %}
    12  {% func (p *Basic) Nav(as *app.State, ps *cutil.PageState) %}{%= Nav(as, ps) %}{% endfunc %}
    13  {% func (p *Basic) Menu(ps *cutil.PageState) %}{%= Menu(ps) %}{% endfunc %}
    14  {% func (p *Basic) Body(as *app.State, ps *cutil.PageState) %}default body{% endfunc %}