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/index.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/templates/index.html (limited to 'app/templates/index.html') diff --git a/app/templates/index.html b/app/templates/index.html new file mode 100644 index 0000000..04b89ef --- /dev/null +++ b/app/templates/index.html @@ -0,0 +1,5 @@ +{% extends 'base/layout.html' %} + +{% block content %} + Index Page +{% endblock %} -- cgit v1.2.3