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