{% extends "base.html" %} {% block content %}
History
{% for s in songs %}{{s.utube_id}} {{s.title}}
{% endfor %}
{% include 'footer.html' %}
{% endblock %}