beautified html & js

This commit is contained in:
Open-Steps.org 2015-02-13 18:11:24 +01:00
parent fe460c0a2e
commit a777ddada6
15 changed files with 648 additions and 753 deletions

View file

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