{% extends "base.html" %} {% block title %}{{ status_code }} - Mojo Dojo{% endblock %} {% block content %}
{% if status_code == 401 %} {% else %} {% endif %}

{{ title }}

{{ message }}

{{ button_text or 'Return to Dojo' }}
{% endblock %}