{# TailwindCSS for styling #}
{# HTMX for interactivity #}
{# Alpine.js for client-side state #}
{# Configure HTMX to handle error responses #}
{% block head %}{% endblock %}
{# Navigation #}
{# Main content #}
{% block content %}{% endblock %}
{# Toast notification container for global errors and notifications #}
{# Errors from delete operations will appear here as toasts #}