{% extends 'layout.html' %} {% block nav_groups %}navigation-item__selected{% endblock %} {% block content %}
{% if images %} {% else %}

No image!

{% if g.user %}

You can get started by uploading an image!

{% else %}

Login to start uploading images!

{% endif %}
{% endif %} {% endblock %} {% block script %} {% endblock %}