2015-01-14 16:03:28 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Rubber Duck Booking Tool</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Rubber Duck Booking Tool</h1>
|
|
|
|
<a href="{% url 'index' %}">Home</a>
|
2014-12-23 10:09:23 +00:00
|
|
|
<a href="{% url 'booking:terms' %}">Terms and Conditions</a>
|
2014-12-23 08:13:22 +00:00
|
|
|
<a href="{% url 'booking:vocabulary' %}">Vocabulary</a>
|
2015-01-14 16:03:28 +00:00
|
|
|
{% block body %}{% endblock %}
|
|
|
|
</body>
|
|
|
|
</html>
|