comparison _layouts/default.html @ 0:7abe02bf29ec

initial commit
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Sat, 07 Nov 2015 18:04:42 -0800
parents
children 171ca967fcc9 8d1c300f0a3a
comparison
equal deleted inserted replaced
-1:000000000000 0:7abe02bf29ec
1 <!DOCTYPE html>
2 <html>
3
4 {% include head.html %}
5
6 <body>
7
8 {% include header.html %}
9
10 <div class="page-content">
11 <div class="wrapper row">
12 {{ content }}
13 </div>
14 </div>
15
16 {% include footer.html %}
17
18 </body>
19
20 </html>