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.

35 lines
753B

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