scopesessions.org/_layouts/default.html

19 lines
194 B
HTML
Raw Permalink Normal View History

2014-11-30 23:17:02 +01:00
<!DOCTYPE html>
<html>
2015-02-13 18:11:24 +01:00
{% include head.html %}
2014-11-30 23:17:02 +01:00
2015-02-13 18:11:24 +01:00
<body>
2014-11-30 23:17:02 +01:00
2015-02-13 18:11:24 +01:00
{% include header.html %}
2014-11-30 23:17:02 +01:00
2015-02-13 18:11:24 +01:00
<div class="content container-fluid">
{{ content }}
</div>
2014-11-30 23:17:02 +01:00
2015-02-13 18:11:24 +01:00
{% include footer.html %}
2014-11-30 23:17:02 +01:00
2015-02-13 18:11:24 +01:00
</body>
2014-11-30 23:17:02 +01:00
</html>