Next/Prev stuff

This commit is contained in:
Simon Martens
2025-03-30 18:12:52 +02:00
parent 316e8e3f58
commit 0e2c6360bf
25 changed files with 355 additions and 67 deletions

View File

@@ -43,6 +43,8 @@ func New(engine *templating.Engine, storage fiber.Storage, debug bool) Server {
EnablePrintRoutes: debug,
ViewsLayout: templating.DEFAULT_LAYOUT_NAME,
UnescapePath: true,
// BUG: does not work rn:
PassLocalsToViews: true,
})
if debug {