{% extends "base.html" %} {% import "_library_nav.html" as libnav %} {% block title %}{{ libnav.kind_label(kind.slug) }} — MediaForge{% endblock %} {% block styles %}{% endblock %} {% block content %} {# Reached from a hub tile or a direct link. The sidebar entry for these kinds is disabled, but a page that 404s would read as a broken build rather than as a planned feature -- so it explains itself instead. #}

{{ _('Coming soon') }}

{{ libnav.kind_blurb(kind.slug) }}

{{ _('Back to the library overview') }}
{% endblock %}