{% extends "base.html" %} {% block content %}
{% for item in queues %}

Queue {{ item.name }}

{{item.description}}
{% endfor %}
{% endblock %}