From b1ffd5220866dc9479fa284dfb2f0a0e111a6031 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Tue, 20 Sep 2022 17:58:27 -0400 Subject: auth --- app/templates/base.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 app/templates/base.html (limited to 'app/templates/base.html') diff --git a/app/templates/base.html b/app/templates/base.html new file mode 100644 index 0000000..d905156 --- /dev/null +++ b/app/templates/base.html @@ -0,0 +1,36 @@ + + + + + nccd + {% assets "scss" %} + + {% endassets %} + + + + +
+ + {% with messages = get_flashed_messages() %} + {% if messages %} + + {% endif %} + {% endwith %} + + {% block content %} + + Whoops! This page is still being worked on. + + {% endblock %} +
+ + -- cgit v1.2.3