{% extends 'layout.html' %} {% block nav_groups %}selected{% endblock %} {% block content %}
{% if groups %}By {{ group.author_username }}
{{ group.name }}
You can get started by creating a new image group!
{% else %}Login to start seeing anything here!
{% endif %}