{% extends 'base.html' %} {% block title %}{{result.name}}{% endblock %} {% block sidebar %}

Artist info

Artist: {{result.name}}
Albums: {{albums.count}}

Description

{{result.description}} {% endblock %} {% block content %} {% for i in albums %}

{{i.album_name}}

Year: {{i.year}}

{% endfor %} {% endblock %}