{% extends "base.html" %} {% block content %} {{ text|safe }}

Browse from this selection of random tools, search or explore books, tools, practices, and publishers.

{% for tool in tools %}

{{ tool['name'] }}

{{ tool['description']|truncate(100) }}

{% if current_user.is_authenticated %} Edit {% endif %}
{% endfor %}
{% endblock %}