{% extends 'layouts/base.html' %} {% block content %}

[{{ branch.acronym }}] {{ branch.name }}

Description

{{ branch.description }}

Songs

{% include 'components/song-table.html' with songs=songs %} {% endblock %}