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 %} +
+
+ + Dashboard + View Dashboard + + + New Archive Entry + View Entry + + + New Archive Entry + Create Entry + + + Archive Index + Archive Index + + + Storage Index + Storage Index + + + Pages Index + Pages Index + +
+
+{% endif %} + +
+ +
+
+
{{data | safe}}
+ + + + + {% endblock %}