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.

16 lines
647 B

3 years ago
  1. {%extends "base"%}
  2. {%block title %} Cannabinieri | {{ title[0] }} {%endblock title %}
  3. {%block head%}
  4. {{super()}}
  5. <link rel="stylesheet" type="text/css" href="../../css/base.css" />
  6. <link rel="stylesheet" type="text/css" href="../../css/navigation.css" />
  7. <link rel="stylesheet" type="text/css" href="../../css/footer.css" />
  8. <link rel="stylesheet" type="text/css" href="../css/submit.css" />
  9. {%endblock head%}
  10. {%block content%}
  11. <div class="container">
  12. <h2>{{message[0]}}</h2>
  13. <p>Wir melden uns schnellstmöglich bei dir.</p>
  14. <a href="/">Back Home</a>
  15. </div>
  16. <script type="text/javascript" src="../js/main.js"></script>
  17. {%endblock content%}