16 lines
344 B
HTML

{% load static %}<!DOCTYPE html>
<html lang='en-AU'>
<head>
<link rel="stylesheet" type="text/css" href="{% static 'theme.css' %}">
<title>
Tas [] & Van Canto - {{ title }}
</title>
</head>
<body>
{{ nav }}
<main>
{% autoescape off %}{{ content }}{% endautoescape %}
</main>
<p class="foot">Page last updated {{ date }}</p>
</body>
</html>