From 52cd654f581e7986de524a97e9ae61bf38324228 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sun, 4 Jun 2023 17:47:00 -0400 Subject: Started turning into flask app --- templates/base.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..d464a5a --- /dev/null +++ b/templates/base.html @@ -0,0 +1,21 @@ + + + + + {% block title %} {% endblock %} + + + + + +
+ {% block content %} {% endblock %} +
+ + +{% block scripts %}{% endblock %} + + -- cgit v1.2.3