bird-lg/templates/error.html

5 lines
82 B
HTML
Raw Normal View History

2012-01-20 00:12:19 +01:00
{% extends "layout.html" %}
{% block body %}
{{ data.error|safe }}
{% endblock %}