added no_header_or_footer layout

added page 7 video_fullscreen
This commit is contained in:
Alex Corbi 2017-01-23 09:50:33 +01:00
parent 50d53ee7e8
commit 3533daf3b6
137 changed files with 2180 additions and 3732 deletions

View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<div class="content container-fluid">
{{ content }}
</div>
</body>
</html>