Custom Error Pages
{% extends 'layout/base.html' %}
{% block content %}
<section>
<h2>502 Bad Gateway</h2>
<a href="/">{{ _('Return to homepage') }}</a>
</section>
{% endblock %}Last updated
Was this helpful?
{% extends 'layout/base.html' %}
{% block content %}
<section>
<h2>502 Bad Gateway</h2>
<a href="/">{{ _('Return to homepage') }}</a>
</section>
{% endblock %}Last updated
Was this helpful?
Was this helpful?