From ba4e78346aac1843890c1a889807b8e60bdf9419 Mon Sep 17 00:00:00 2001 From: Philipp Geyer Date: Sat, 22 Jan 2022 14:12:35 +0000 Subject: Some work on my website - should be looking half decent finally, and have some content --- theme/templates/post.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 theme/templates/post.html (limited to 'theme/templates/post.html') diff --git a/theme/templates/post.html b/theme/templates/post.html new file mode 100644 index 0000000..7bded9a --- /dev/null +++ b/theme/templates/post.html @@ -0,0 +1,33 @@ +{% extends "base.html" %} + +{% block meta %} + + + {% if post.description is defined %} + + {% elif project_description is defined %} + + {% endif %} + {% if post.image is defined %} + + {% elif project_image is defined %} + + {% endif %} + +{% endblock %} + +{% block main %} +
+

+ {{ post.title }} +

+ +
+ {{ post.html|safe }} +
+
+{% endblock %} -- cgit v1.2.3-70-g09d2