diff options
-rw-r--r-- | templates/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..4b2d530 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,12 @@ +{% extends "base.html" %}
+{% load wiki_markup %}
+
+{% block title %}Cambridge Expeditions to Austria{% endblock %}
+
+{% block content %}
+
+
+{% endblock %}
+{% block currentLocation %}
+Welcome to the website of the Cambridge University Caving Club's expeditions to Austria.
+{% endblock %}
|