summaryrefslogtreecommitdiffstats
path: root/templates/index.html
blob: 4b2d53033c09df87411af31f39fd5494ff38c21b (plain)
1
2
3
4
5
6
7
8
9
10
11
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 %}