{% extends 'base.html' %} {% from 'macros/image.html' import gallery_item %} {% block nav_profile %}{% if user.id == current_user.id %}selected{% endif %}{% endblock %} {% block head %} {% if user.picture %} {% endif %} {% if user.colour %}{% endif %} {% endblock %} {% block header %}
{% endblock %} {% block content %} {% if images %}There are no images here yet, oopsie!