view piecrust/admin/templates/error.html @ 1092:f17f5823f72c

Added tag 3.0.2 for changeset 306e6c104dbd
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 16 Feb 2018 08:25:15 -0800
parents 5e91bc0e3b4d
children
line wrap: on
line source

{% set title = 'An Error Occured' %}

{% extends 'layouts/master.html' %}

{% block content %}
<p>{{error}}</p>
{% endblock %}