aboutsummaryrefslogtreecommitdiffstats
path: root/dev-random/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'dev-random/templates/page.html')
-rw-r--r--dev-random/templates/page.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-random/templates/page.html b/dev-random/templates/page.html
new file mode 100644
index 0000000..25acc8e
--- /dev/null
+++ b/dev-random/templates/page.html
@@ -0,0 +1,10 @@
+{% extends "base.html" %}
+
+{% block title %}{{ super() }} — {{ page.url }}{% endblock title %}
+
+{%- block content %}
+ <section id="page-content">
+ <h1>{{ page.title }}</h1>
+ {{ page.content }}
+ </section>
+{% endblock content -%}