added controls for the auto-refresh tag in the page header, which was the ONLY use for the metadata mechanism in Venice...

This commit is contained in:
2025-09-24 21:05:07 -06:00
parent 3a9ab5c540
commit 872fec4aa0
4 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -138,8 +138,10 @@ func TopPage(ctxt ui.AmContext) (string, any, error) {
return "string", "Unable to render sideboxes", err
}
}
ctxt.VarMap().Set("sideboxes", rc)
// Final data set.
ctxt.VarMap().Set("amsterdam_genRefresh", true)
return "framed_template", "top.jet", nil
}