github.com/kyleu/dbaudit@v0.0.2-0.20240321155047-ff2f2c940496/views/layout/Page.html (about) 1 <!-- Content managed by Project Forge, see [projectforge.md] for details. --> 2 This is the base page interface. All pages implement this interface. 3 4 {% import ( 5 "github.com/kyleu/dbaudit/app" 6 "github.com/kyleu/dbaudit/app/controller/cutil" 7 ) %} 8 9 {% interface 10 Page { 11 Head(as *app.State, ps *cutil.PageState) 12 Nav(as *app.State, ps *cutil.PageState) 13 Menu(ps *cutil.PageState) 14 Body(as *app.State, ps *cutil.PageState) 15 } 16 %}