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.

16 lines
456 B

  1. <!DOCTYPE html>
  2. <html lang="fr">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <title>{% block title %}{{ title }}{% endblock %}</title>
  7. <link rel="icon" href="data:," />
  8. {% block stylesheets %}
  9. {% endblock %}
  10. </head>
  11. <body>
  12. {% block body %}{% endblock %}
  13. {% block javascripts %}
  14. {% endblock %}
  15. </body>
  16. </html>