{% extends "base.html" %} {% block title %}- List{% endblock %} {% block content %} Here are all of our delicious groups! {% if group_list %} {% for group in group_list %} {% endfor %}
{{ group.id }}{{ group.title }}
{% else %}

We don't HAVE any delicious groups! :'(

{% endif %} {% endblock %}