First commit

This commit is contained in:
Open-Steps.org 2014-11-30 23:17:02 +01:00
commit 0599db44e3
24 changed files with 1035 additions and 0 deletions

18
_layouts/default.html Normal file
View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="container-fluid">
{{ content }}
</div>
{% include footer.html %}
</body>
</html>