aboutsummaryrefslogtreecommitdiffstats
path: root/templates/blogpost.html.tera
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/blogpost.html.tera7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/blogpost.html.tera b/templates/blogpost.html.tera
new file mode 100644
index 0000000..b73a24b
--- /dev/null
+++ b/templates/blogpost.html.tera
@@ -0,0 +1,7 @@
+{% extends "base" %}
+
+{% block content %}
+
+{% include "blogpost-panel" %}
+
+{% endblock content %}