From 799284d7065f8db02e7c8d935def80b7a2dd6f9f Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 12 Mar 2022 21:10:13 +0000 Subject: Added contents, made a new template for blog posts --- templates/thought.jinja | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 templates/thought.jinja (limited to 'templates/thought.jinja') diff --git a/templates/thought.jinja b/templates/thought.jinja new file mode 100644 index 0000000..df6fe7a --- /dev/null +++ b/templates/thought.jinja @@ -0,0 +1,29 @@ +{% extends "template.jinja" %} +{% block content %} + + {{ md_html|safe }} +{% endblock %} \ No newline at end of file -- cgit v1.2.3