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.

index.html 730B

3 jaren geleden
3 jaren geleden
3 jaren geleden
3 jaren geleden
123456789101112131415161718192021222324252627282930313233
  1. {% extends "base.html" %}
  2. {% block content %}
  3. <div class="std-grid">
  4. <div class="std-margin text row-span-2 cell meta">
  5. {{ text|safe }}
  6. </div>
  7. {% for tool in tools %}
  8. {{ resource_small(tool) }}
  9. {% endfor %}
  10. <div class="cell text-red-600">
  11. MISSING :<br>
  12. Clusters of things (book + tool). SHow books and what tools they're made with, and "tagged" with practice and typology
  13. </div>
  14. <div class="cell text-red-600">
  15. MISSING :<br>
  16. Lead into Typology with some examples and lead text
  17. </div>
  18. <div class="cell text-red-600">
  19. MISSING :<br>
  20. Lead into Practices with some examples and lead text
  21. </div>
  22. </div>
  23. {% endblock %}