From 07c42d3ad17060131e822f5816d2057cd1753b1b Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 29 Mar 2024 01:30:23 -0500 Subject: massive re-write from org-publish to weblorg --- theme/templates/page.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 theme/templates/page.html (limited to 'theme/templates/page.html') diff --git a/theme/templates/page.html b/theme/templates/page.html new file mode 100644 index 0000000..fb7afa9 --- /dev/null +++ b/theme/templates/page.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} + +{% block subtitle %} + {{ post.title }} | +{% endblock %} +{% block main %} +
+

{{ post.title }}

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