aboutsummaryrefslogtreecommitdiff
path: root/templates/error.django
blob: 8a24f3b66a25eefb3ed9fb76be87c3516b5cb515 (plain)
1
2
3
4
5
6
7
8
{% extends 'layouts/main.django' %}
{% block content %}
  <div class="centered-main">
    <img src="/static/images/54a1a92a6d78ed091071255803c7057e.webp" class="q-img" />
    <h1>{{ Title }}</h1>
    <p>{{ Error|safe }}</p>
  </div>
{% endblock %}