{% extends "layout.html" %} {% block content %}
Description Category Registration Link

{% for group in groups %}

{{group.name}}

{{group.description}}

{{group.category_name}} Join the {{group.reg_type}}

{% empty %}

Oh no! There are no groups currently registered. Try checking out some newsletters.

{% endfor %} {% endblock %}