diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:32:19 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:32:19 +0100 |
commit | 4c660b423ea8a1356babbf6b147a9c5bb98dc0c5 (patch) | |
tree | 5d6a11fca0c3e2470043edc9649a6fc76199ea6e /templates/index.html | |
parent | e46c8d098bf79b7242f9b07036fafb0bf7b94585 (diff) | |
download | troggle-4c660b423ea8a1356babbf6b147a9c5bb98dc0c5.tar.gz troggle-4c660b423ea8a1356babbf6b147a9c5bb98dc0c5.tar.bz2 troggle-4c660b423ea8a1356babbf6b147a9c5bb98dc0c5.zip |
[svn]
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8166 by aaron @ 1/17/2009 7:52 AM
Diffstat (limited to 'templates/index.html')
-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 %}
|