From cd503caa68c52f98f41d5fecc2afd8c31156f4db Mon Sep 17 00:00:00 2001 From: stilbruch Date: Wed, 23 Mar 2022 16:39:16 -0500 Subject: Move some templates and update form logic --- app/templates/base/layout.html | 69 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 app/templates/base/layout.html (limited to 'app/templates/base/layout.html') diff --git a/app/templates/base/layout.html b/app/templates/base/layout.html new file mode 100644 index 0000000..c539baa --- /dev/null +++ b/app/templates/base/layout.html @@ -0,0 +1,69 @@ + + + + + + + + + + Strenghty 💪 + + + + + + {% block content %}{% endblock %} + + + + -- cgit v1.2.3