{% extends 'base.html' %} {% block title %}{{result.name}}{% endblock %} {% block sidebar %} No album art available

{{result.album_name}} ({{result.year}})
{{artist}}

Tags: {{songs.1.genre}} {% endblock %} {% block content %}

{% for i in songs %}

{{i.song_name}}

{% endfor %}
{% endblock %}