elixir/templates/error.html
2024-07-30 12:49:29 +02:00

10 lines
148 B
HTML

{% extends "layout.html" %}
{% block main %}
<div class="lxrerror">
<h2>{{ error_title }}</h2>
{{ error_details }}
</div>
{% endblock %}