convetion

This commit is contained in:
Set Hallstrom 2019-03-12 23:57:11 +01:00
parent 081e9a778b
commit 1f20e40db2
2 changed files with 10 additions and 28 deletions

View file

@ -1,17 +1,4 @@
<!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>
{{ content }}
</html>