comparison _layouts/default.html @ 46:171ca967fcc9 kai

Start new development branch closer to the current website, but more lightweigt for further maintanence.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 28 Sep 2016 02:08:11 +0200
parents 7abe02bf29ec
children 959937735478
comparison
equal deleted inserted replaced
45:33f406425440 46:171ca967fcc9
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 3
4 {% include head.html %} 4 {% include head.html %}
5 5
6 <body> 6 <body>
7 7
8 {% include header.html %} 8 {% include header.html %}
9 9
10 <div class="page-content">
11 <div class="wrapper row">
12 {{ content }}
13 </div>
14 </div>
15 10
16 {% include footer.html %}
17 11
18 </body> 12 <div class="page-content">
13 <h1>{{ page.title }}</h1>
14 {{ content }}
15 </div>
16
17 {% include footer.html %}
18
19 </body>
19 20
20 </html> 21 </html>