From 4c660b423ea8a1356babbf6b147a9c5bb98dc0c5 Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Wed, 13 May 2009 05:32:19 +0100 Subject: [PATCH] [svn] Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8166 by aaron @ 1/17/2009 7:52 AM --- templates/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/index.html 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 %}