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.

8 lines
231 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/index.css" />
  6. {%endblock head%}
  7. {%block content%}
  8. <h1>Hemp</h1>
  9. {%endblock content%}