{% if album.cover_image_id %}
{% endif %}
{{ album.title }}
{% if album.artist %}{{ album.artist }}
{% endif %} {% if album.description %}{{ album.description }}
{% endif %}{% extends "base.html" %} {% block title %}Audio{% endblock title %} {% block content %}
Published albums.
{{ album.artist }}
{% endif %} {% if album.description %}{{ album.description }}
{% endif %}No published albums yet.