Flock UI 🐤
{# Use the variables passed from the route handler #}
{% if current_flock %}
Current: {{ current_filename or current_flock.name }}
{% else %}
No Flock Loaded
{% endif %}
{# Initial content is now loaded via HTMX based on the route #}
Loading content...
{# Render block content if navigating directly and template extends base #}
{% block content %}{% endblock %}