server actix for 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.

10 lines
219 B

2 years ago
  1. {% extends "index.html" %}
  2. {% block head }
  3. <link rel="stylesheet" href="/assets/css/box.css"/>
  4. {% endblock %}
  5. {%block info}
  6. <div class="box">
  7. <img src="/assets/img/Logo.svg" alt="Logo" />
  8. </div>
  9. {% endblock %}