From 735f16fe70f6f1d182d42d1f5161fe2aebe6aa6d Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sat, 9 Nov 2019 19:41:30 -0600 Subject: initial commit --- app/templates/layout.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 app/templates/layout.html (limited to 'app/templates/layout.html') diff --git a/app/templates/layout.html b/app/templates/layout.html new file mode 100644 index 0000000..e63f746 --- /dev/null +++ b/app/templates/layout.html @@ -0,0 +1,15 @@ + + + + + + + + +
+ {% block content %} + {% endblock %} +
+ + + -- cgit v1.2.3