Users page is now cached

This commit is contained in:
2017-06-14 17:16:03 +02:00
parent 07702a598f
commit d42f161fdd
6 changed files with 53 additions and 12 deletions

View File

@ -34,7 +34,7 @@ func main() {
// Layout
app.Layout = func(ctx *aero.Context, content string) string {
return components.Layout(content)
return components.Layout(app, content)
}
// Ajax routes