p0c-website

Proof of concepts for fun and profit
git clone https://git.in0rdr.ch/p0c-website.git
Log | Files | Refs | Pull requests | README | LICENSE

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>