{% extends "base.html" %} {% import "_library_nav.html" as libnav %} {% block title %}{{ _('Library') }} — MediaForge{% endblock %} {# library_core.css first: it owns .library-container (max-width 1200px, centred), which every other library page loads and this one did not -- so the hub was the one library page that ran the full width of the viewport. library_hub.css is additive on top of it. #} {% block styles %} {% endblock %} {% block content %}
{{ _('Every media type has its own library. Pick one to browse it.') }}
{{ _('Which library a folder shows up in is set per download path.') }} {{ _('Configure paths') }}