{% extends "base.html" %} {% block title %}{{ item.artist }} — {{ item.title }} — alembic{% endblock %} {% block content %}
{{ item.path }}
{% if request.query_params.get('changed') %}Updated {{ request.query_params.get('changed') }} field(s).
{% endif %}