Add a basic index and some models for each area
[climbing.kerkeslager.com] / src / core / templates / core / base.html
diff --git a/src/core/templates/core/base.html b/src/core/templates/core/base.html
new file mode 100644 (file)
index 0000000..1879ad8
--- /dev/null
@@ -0,0 +1,15 @@
+<!doctype html>
+
+<html lang='en'>
+  <head>
+    <meta charset='utf-8'>
+    <meta name='viewport' content='width=device-width, initial-scale=1'>
+
+    <title>Climbing</title>
+    <meta name='author' content='David Kerkeslager'>
+  </head>
+
+  <body>
+    {% block content %}{% endblock %}
+  </body>
+</html>