From 14025d22ce3d66c9d235e57221ec4653e00f972c Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Fri, 26 Nov 2021 20:17:43 +1300 Subject: Switched to .xhtml extension, fixed some minor bugs --- project/templates/base.xhtml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 project/templates/base.xhtml (limited to 'project/templates/base.xhtml') diff --git a/project/templates/base.xhtml b/project/templates/base.xhtml new file mode 100644 index 0000000..a05e26b --- /dev/null +++ b/project/templates/base.xhtml @@ -0,0 +1,36 @@ + + + + + + {% block title %}{% endblock %} + + +{%- block style -%} +{%- endblock -%} + + +
+

Jedidiah Barber's Personal Site

+
+ +
+
+{% block content -%} +{%- endblock %} +
+
+
+ + + -- cgit