{% extends 'base.html' %} {% block title %}{{result.name}}{% endblock %} {% block sidebar %} {% endblock %} {% block content %}
{% for i in songs %} {{i.song_name}}
{% endfor %}
{% endblock %}