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
298 B

3 years ago
  1. {%extends "base"%}
  2. {%block title %}Cannabinieri CBD{%endblock title %}
  3. {%block head%}
  4. {{super()}}
  5. <link rel="stylesheet" type="text/css" href="../css/test.css" />
  6. {%endblock head%}
  7. {%block content%}
  8. <div class = "container">
  9. <img type="image/svg+xml" src="img/hero.png">
  10. </div>
  11. {%endblock content%}