expoweb/troggle/templates/index.html

13 lines
296 B
HTML
Raw Normal View History

2009-01-17 07:52:51 +00:00
{% 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 %}