EveryTools
{% for cat in tool_categories %}
{{ cat.name }}
{% for tool in cat.tools %}
{{ tool.name }}
{% endfor %}
{% endfor %}
{% block top_title %}Your Everyday Tools{% endblock %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}