summaryrefslogtreecommitdiff
path: root/templates/blog-page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/blog-page.html')
-rw-r--r--templates/blog-page.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/blog-page.html b/templates/blog-page.html
new file mode 100644
index 0000000..f0f638e
--- /dev/null
+++ b/templates/blog-page.html
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+
+{% block content %}
+<h1 class="title">
+ {{ page.title }}
+</h1>
+<p class="subtitle"><strong>{{ page.date }}</strong></p>
+{{ page.content | safe }}
+{% endblock content %}