{% extends 'base.html' %} {% block nav_groups %}selected{% endblock %} {% block head %} {% if images %}{% endif %} {% endblock %} {% block header %}
{% 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 %}