{% extends "base.html" %} {% block title %}Library — alembic{% endblock %} {% block content %}
{% 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 %}