scopesessions.org/_layouts/default.html

19 lines
216 B
HTML
Raw Normal View History

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