From 07d6607e8845d20e706a543ef644efef8d01eef5 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 17 Oct 2022 20:44:27 +0100 Subject: [PATCH] add 'quicklist' and 'quick search' sections to page.html template. --- templates/page.html | 59 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/templates/page.html b/templates/page.html index 57f399e..ea917f5 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,7 +1,66 @@ {% extends "layouts/default.html" %} {% block title %}View page.{% endblock %} {% block content %} +{% if roles.logged-in %} +
+ +
+{% endif %} + +
+ +
+
+
{{data | safe}}
+ + + + + {% endblock %}