About page landed

This commit is contained in:
2025-09-20 23:18:18 -06:00
parent ab06dc92ac
commit 6a9f4807c0
8 changed files with 106 additions and 48 deletions
+6
View File
@@ -79,3 +79,9 @@ func TopPage(ctxt ui.AmContext) (string, any, error) {
ctxt.VarMap().Set("sideboxes", rc)
return "framed_template", "top.jet", nil
}
func AboutPage(ctxt ui.AmContext) (string, any, error) {
// Set the page title.
ctxt.VarMap().Set("amsterdam_pageTitle", "About Amsterdam")
return "framed_template", "about.jet", nil
}