{{ page.title | default('All Tags') }}
Browse all {{ total_tags }} tags
{% for tag in tags %}
{% endfor %}
{% else %}
No tags found.
{% endif %}{% extends "base.html" %} {% block content %} {# Two-column layout similar to docs - tag navigation in sidebar #}
Browse all {{ total_tags }} tags
No tags found.
{% endif %}