{% extends 'base.html' %} {% block header %}

{% block title %}Submit{% endblock %}

{% endblock %} {% block content %}
{% if digit %}
Thanks for the image! It looks like a {{digit}}. {% endif %} {% if error %}
Oh no, we couldn't use that file! Please upload a 28 x 28 image. {% endif %} {% endblock %}