scopesessions.org/_layouts/default.html
Open-Steps.org 0599db44e3 First commit
2014-11-30 23:17:02 +01:00

18 lines
208 B
HTML

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