default.html 422 B

123456789101112131415161718192021222324
  1. ---
  2. layout: compress
  3. ---
  4. <!DOCTYPE html>
  5. <html lang="en">
  6. <head>
  7. {% include main/head.html %}
  8. </head>
  9. <body>
  10. <div class="wrapper" id="blep">
  11. {% include main/header.html %}
  12. {{ content }}
  13. {% include main/footer.html %}
  14. </div>
  15. {% include externals/scripting.html %}
  16. {% include externals/google_analytics.html %}
  17. </body>
  18. </html>