added no_header_or_footer layout
added page 7 video_fullscreen
This commit is contained in:
parent
50d53ee7e8
commit
3533daf3b6
137 changed files with 2180 additions and 3732 deletions
14
_layouts/no_header_or_footer.html
Normal file
14
_layouts/no_header_or_footer.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
{% include head.html %}
|
||||
|
||||
<body>
|
||||
|
||||
<div class="content container-fluid">
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue