{% extends "base.html" %} {% block title %}Library — alembic{% endblock %} {% block content %}

Library{% if grouping %} — {{ grouping }}{% endif %}

{% for item in items %} {% else %} {% endfor %}
ArtistTitleAlbumFormat
{{ item.artist }} {{ item.title }} {{ item.albumartist }} {{ item.format }} edit
No tracks found{% if grouping %} for grouping "{{ grouping }}"{% endif %}.
{% endblock %}