From aaf1c40d86d8382040ff08ea3ad7b54809a624ff Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sun, 22 May 2022 11:40:12 -0600 Subject: added flask templates --- templates/base.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 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..3a77b53 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,39 @@ + + + + + {% block title %} {% endblock %} - FlixRec + + + + + + + +
+
+ {% block content %} {% endblock %} +
+ \ No newline at end of file -- cgit v1.2.3