From 37b6c927620cb68e01345d29daca960faeb80cb9 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 18 May 2025 10:44:04 -0400 Subject: chore: rename jinja templates Also wrap style block so auto formatter doesn't pick it up and wreck CSS. --- templates/base.html.j2 | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 templates/base.html.j2 (limited to 'templates/base.html.j2') diff --git a/templates/base.html.j2 b/templates/base.html.j2 new file mode 100644 index 0000000..ad99896 --- /dev/null +++ b/templates/base.html.j2 @@ -0,0 +1,93 @@ + + + + + + {% block title %} + Tutoring Excellence Online and in Suffolk, VA - Carpenter Tutoring, LLC + {% endblock %} + + {% include "stylewrap.html.j2" %} + + + + + + + + + + {% block og %} + + + + + {% endblock %} + + + + + + + + + + + +
+ {% block main %}

Placeholder content

{% endblock %} +
+ + + + + + + + \ No newline at end of file -- cgit v1.2.3