{% extends "error.html" %} {% block h1_error %}

502 : Upstream Error

{% endblock %} {% block error_detail %}

Something went wrong, but it's probably not my fault.

{% if message %}

The upstream error was {{message}}

{% endif %} {% endblock %}