summaryrefslogtreecommitdiff
path: root/static/website/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/templates/page.html')
-rw-r--r--static/website/templates/page.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/website/templates/page.html b/static/website/templates/page.html
new file mode 100644
index 0000000..9f7b37f
--- /dev/null
+++ b/static/website/templates/page.html
@@ -0,0 +1,9 @@
+{% extends 'website/templates/base.html' %}
+
+{% block sidebar %}
+ sidebar content
+{% endblock %}
+
+{% block content %}
+ main content
+{% endblock %}