{% extends "base.html" %} {% block content %}

HTTP {{ status_code }}

{{ heading }}

{{ message }}

Return to marketplace {% if not current_user %} Login {% endif %}
{% endblock %}