scopesessions.org/_layouts/default.html
2014-12-01 00:39:03 +01:00

18 lines
216 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="content container-fluid">
{{ content }}
</div>
{% include footer.html %}
</body>
</html>