Mercurial > piecrust2
view piecrust/admin/templates/error.html @ 1174:3acfaf2e27f1
Added tag 3.3.0 for changeset 5f9f411a109e
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 04 Oct 2019 11:48:18 -0700 |
parents | 5e91bc0e3b4d |
children |
line wrap: on
line source
{% set title = 'An Error Occured' %} {% extends 'layouts/master.html' %} {% block content %} <p>{{error}}</p> {% endblock %}