]> git.piffa.net Git - aerei_site/blob - _layouts/default.html
ifirst
[aerei_site] / _layouts / default.html
1 <!DOCTYPE html>
2 <html lang="en-us">
3   
4   {% include head.html %}
5
6   <body>
7     {% include page-header.html %}
8
9     <section class="main-content">
10       
11       {{ content }}
12
13       {% include page-footer.html %}
14
15     </section>
16
17   </body>
18 </html>