{% extends "layout.html" %} {% block content %} {% if user %}

Hello {{ user.username }}, why not upload an image?

{% csrf_token %} {{ upload_form.as_p }}

{% endif %} {% endblock %}