fixing layout system for standalone
This commit is contained in:
parent
1f20e40db2
commit
92a3fdd31a
2 changed files with 41 additions and 40 deletions
|
|
@ -1,4 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% include metahead.html %}
|
||||
</head>
|
||||
<body>
|
||||
{% include navmenu.html %}
|
||||
<div id="content">
|
||||
{% include videopageheader.html %}
|
||||
{{ content }}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue