bird-lg/templates/error.html

5 lines
82 B
HTML

{% extends "layout.html" %}
{% block body %}
{{ data.error|safe }}
{% endblock %}