Mercurial > piecrust2
view piecrust/admin/templates/error.html @ 1117:e8511fed42a3
serve: Indicate where to find the admin panel in the console output.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 25 Feb 2018 23:18:47 -0800 |
parents | 5e91bc0e3b4d |
children |
line wrap: on
line source
{% set title = 'An Error Occured' %} {% extends 'layouts/master.html' %} {% block content %} <p>{{error}}</p> {% endblock %}