diff --git a/templates/user/edit-page.html b/templates/user/edit-page.html new file mode 100644 index 0000000..ff9f12f --- /dev/null +++ b/templates/user/edit-page.html @@ -0,0 +1,67 @@ +{% extends "layouts/default.html" %} +{% block title %}Edit: {{title}}{% endblock %} +{% block content %} +

Edit: {{title}}

+
+ {% if roles.logged-in %} + Dashboard + Edit Account +
+ + +
+
+ + +
+ Create Page + View Pages + + {% if roles.administrator %} + Site Settings + Users + {% endif %} + + {% else %} + Home + Log-in + {% endif %} +
+ + + + + +
+ + + + + +
+ +
+ + + + +
+{% endblock %}