Pull out base template
[txt.house] / txt_house / templates / base.html
diff --git a/txt_house/templates/base.html b/txt_house/templates/base.html
new file mode 100644 (file)
index 0000000..1856c0d
--- /dev/null
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1"/>
+    <title>txt.house</title>
+  </head>
+
+  <body>
+    {% block body %}{% endblock %}
+  </body>
+</html>