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.

21 lines
627 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. {{super()}}
  8. {%block content%}
  9. <div class="container">
  10. <img type="image/png" src="img/hero.png">
  11. <div class="link" id="hemp">
  12. <button id="click">
  13. <a href="#">i</a>
  14. </button>
  15. <div class ="sub_container" id ="show">
  16. <p>{{ hemp["de"] }}<br><b>Hanf </b>ist unglaublich vielseitig.<br> Deshalb bauen wir ihn an. <br>Konsequent biologisch.</p>
  17. </div>
  18. </div>
  19. </div>
  20. {%endblock content%}