1
0
Fork 0
mirror of https://github.com/sileht/bird-lg.git synced 2024-09-21 06:24:43 +02:00
bird-lg/templates/error.html
2012-01-20 00:12:37 +01:00

5 lines
82 B
HTML

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