{% extends "base.html" %} {% block content %} {# Two-column layout similar to docs - tag navigation in sidebar #}
{# Left Sidebar: Tag Navigation #} {# Main Content #}
{# Action Bar: Breadcrumbs + Share #} {% include 'partials/action-bar.html' %}
{# Right Sidebar: Empty for now (will be hidden by CSS, can add tag stats later) #}
{# styles moved to components/tags.css #} {% endblock %}