{% extends 'layout.html' %} {% block nav_groups %}selected{% endblock %} {% block content %}
{% if groups %} {% else %}

*crickets chirping*

{% if current_user.is_authenticated %}

You can get started by creating a new image group!

{% else %}

Login to start seeing anything here!

{% endif %}
{% endif %} {% endblock %}