2019-02-28 17:06:17 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2019-03-13 00:02:59 +01:00
|
|
|
<head>
|
|
|
|
{% include metahead.html %}
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{% include navmenu.html %}
|
|
|
|
<div id="content">
|
|
|
|
{% include videopageheader.html %}
|
2019-03-12 23:57:11 +01:00
|
|
|
{{ content }}
|
2019-03-13 00:02:59 +01:00
|
|
|
</div>
|
|
|
|
</body>
|
2019-02-28 17:06:17 +01:00
|
|
|
</html>
|