{% extends "base.html" %}
{% load tags %}
{% load i18n %}
{% block content %}
<h1>{{ error }}</h1>
{% endblock %}