mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-26 17:21:52 +00:00
4c660b423e
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8166 by aaron @ 1/17/2009 7:52 AM
13 lines
296 B
HTML
13 lines
296 B
HTML
{% 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 %}
|