{% extends "layout.html" %} {% block title %} Elixir error - Bootlin {% endblock %} {% block main %}

{{ error_title }}

{{ error_details|default('') }}
You might want to: {% if report_error_details is not none -%}
Error details for a bug report
{{ report_error_details }}
{% endif -%}
{% endblock %}