A blog system based on plain-files.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
257 B

7 months ago
  1. <html>
  2. <head>
  3. <title>{{ title }}</title>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width", initial-scale=1.0>
  6. </head>
  7. <body>
  8. <!-- Content -->
  9. {% block content %}
  10. {% endblock %}
  11. <!-- Content -->
  12. </body>
  13. </html>