minimal.html 102 B

12345678
  1. <!doctype html>
  2. <html class="home">
  3. {% include head.html %}
  4. <body>
  5. {{ content }}
  6. </body>
  7. </html>