{% extends 'templates/default.php' %} {% block javascripts %} {% endblock %} {% block title %}Music{% endblock %} {% block content %} Music Woah there, lassy! You will need to enable Javascript to use this page! {{ albums[0].get.title }} {% if albums[0].get.description %} {{ albums[0].get.description }} {% endif %} {% for album in albums %} {{ album.get.title }} {% endfor %} {% endblock %}
{{ albums[0].get.description }}