scopesessions.org/_layouts/default.html

19 lines
208 B
HTML
Raw Normal View History

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