elixir/templates/error.html
2024-07-31 11:33:53 +02:00

14 lines
221 B
HTML

{% extends "layout.html" %}
{% block title %}
Elixir error - Bootlin
{% endblock %}
{% block main %}
<div class="lxrerror">
<h2>{{ error_title }}</h2>
{{ error_details|default('') }}
</div>
{% endblock %}