{% extends "base.html" %} {% import "macros/ui.html" as m %} {% block title %}Tools{% endblock %} {% block nav_tools %}btn-active{% endblock %} {% block content %}

Tools

{{ tools | length }} registered
{% for tool in tools %}
{{ tool.name }} {{ m::category_badge(cat=tool.category) }}

{{ tool.description }}

{% endfor %}
{% endblock %}