scopesessions.org/_layouts/default.html
2015-02-13 18:11:24 +01:00

18 lines
194 B
HTML

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