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.

20 lines
570 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/home.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>
  13. <a href="/hemp">i</a>
  14. </button>
  15. <h6>Hanf</h6>
  16. <p>We experiment with hemp <br>to understand our ecosystem <br>and produce 100% organic<br> CBD oils and flower</p>
  17. </div>
  18. </div>
  19. {%endblock content%}