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.

29 lines
1.1 KiB

2 years ago
  1. {% extends "index.html" %}
  2. <!-- load into index template -->
  3. {% block child %}
  4. <div class="mobile_placeholder">
  5. <form action="/" method="get">
  6. <input type="submit" class="close_box">
  7. <svg class="close" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  8. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9"></path>
  9. </svg>
  10. </form>
  11. <div class="open">
  12. {# Test Content - add language handling json#}
  13. <div class="box">
  14. </div>
  15. <div class="content">
  16. <h2>Waspwork</h2>
  17. <h3>AR-app to design self-sustainable environments</h3>
  18. <p>
  19. Waspwork makes gardening sustainable and accessible.
  20. Learn about relationships between entities in any given environment.
  21. Grasp the complexity of a natural environment with ease and design your own biodynamic garden the way nature would do it.
  22. </p>
  23. <a href="/waspwork">GO</a>
  24. </div>
  25. </div>
  26. </div>
  27. {% endblock%}