default.html (268B)
1 --- 2 layout: compress 3 published: true 4 --- 5 <!DOCTYPE html> 6 <html> 7 {% include head.html %} 8 <body> 9 <main class="wrapper"> 10 {% include header.html %} 11 {{ content }} 12 {% include footer.html %} 13 </main> 14 {% include foot.html %} 15 </body> 16 </html>