Add a basic index and some models for each area
[climbing.kerkeslager.com] / src / core / templates / core / index.html
index c2b863c..7cb928d 100644 (file)
@@ -1,16 +1,5 @@
-<!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>
-    Hello, world
-  </body>
-</html>
+{% extends 'core/base.html' %}
 
+{% block content %}
+  Goodnight, moon
+{% endblock %}