comparison piecrust/admin/templates/error.html @ 778:5e91bc0e3b4d

internal: Move admin panel code into the piecrust package.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 16 Jul 2016 15:02:24 +0200
parents foodtruck/templates/error.html@c2708f20a87b
children
comparison
equal deleted inserted replaced
777:8d633ca59bc5 778:5e91bc0e3b4d
1 {% set title = 'An Error Occured' %}
2
3 {% extends 'layouts/master.html' %}
4
5 {% block content %}
6 <p>{{error}}</p>
7 {% endblock %}
8
9