17 lines
284 B
HTML
17 lines
284 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
{% include metahead.html %}
|
|
</head>
|
|
<body>
|
|
{% include navmenu.html %}
|
|
<div id="content">
|
|
{% include videopageheader.html %}
|
|
<div class="fitter">
|
|
{{ content }}
|
|
{{ page.tags }}
|
|
</div>
|
|
{% include footer.html %}
|
|
</div>
|
|
</body>
|
|
</html> |