mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-24 00:01:58 +00:00
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 %}
|