16 lines
248 B
HTML
16 lines
248 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
{% include relBase.html %}
|
|
{% include metahead.html %}
|
|
{% include matomo.html %}
|
|
|
|
</head>
|
|
<body>
|
|
{% include navmenu.html %}
|
|
<div id="content">
|
|
{% include videopageheader.html %}
|
|
{{ content }}
|
|
</div>
|
|
</body>
|
|
</html> |