{% extends 'layout.html' %} {% block head %} {% if user.picture %} {% endif %} {% if user.colour %} {% endif %} {% endblock %} {% block nav_profile %}{% if user.id == current_user.id %}selected{% endif %}{% endblock %} {% block content %} {% if images %}

Images

{% else %}

*crickets chirping*

There are no images here yet, oopsie!

{% endif %} {% endblock %}