Apply templates based on IoT.js style.

This commit is contained in:
Andrey Shitov
2015-06-14 18:46:28 +03:00
parent bbd16d0f4a
commit 5cdad993ac
6 changed files with 117 additions and 203 deletions
+9 -7
View File
@@ -1,19 +1,21 @@
<!DOCTYPE html>
<html>
<html lang="en">
{% include head.html %}
<body>
<div style="min-height: 100%; position: relative;">
{% include header.html %}
<div class="page-content">
<div class="wrapper">
<div class="container">
{{ content }}
</div>
</div>
</div><!-- /.container -->
{% include footer.html %}
</div>
<!-- Bootstrap core JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="bootstrap.min.js"></script>
</body>
</html>