cannabinieri website
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.

14 lines
447 B

3 years ago
3 years ago
3 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. {% block head %}
  5. <meta charset="UTF-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <link rel="icon" type=image/svg+xml href="../img/Logo.svg">
  9. <title>{% block title %}Base{% endblock title %} </title>
  10. {% endblock head %}
  11. </head>
  12. <body>
  13. {% block content %}{% endblock content %}
  14. </body>
  15. </html>