summaryrefslogtreecommitdiff
path: root/views/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/base.html')
-rw-r--r--views/base.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/views/base.html b/views/base.html
new file mode 100644
index 0000000..9b364a8
--- /dev/null
+++ b/views/base.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ </head>
+ <body>
+ <header>
+ </header>
+ <main>{% block content %}{% endblock %}</main>
+ <footer>
+ </footer>
+ </body>
+</html>