Mercurial > piecrust2
view build/messages/templates/error.html @ 164:4534ccbdd2a3
find: Fix the `find` command, add more options.
The `--endpoint` option doesn't make any sense anymore since page sources
could have non-file-system endpoints. This was replaced with `--name` to match
source names instead.
Also added `--include-theme`, with filtering out theme pages by default, and
`--exact` to explicitely match the given pattern, with matching anything that
contains the pattern by default.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 01 Jan 2015 21:34:06 -0800 |
parents | 67a1c082d89d |
children | a951cd4ef361 |
line wrap: on
line source
{% extends "default.html" %} {% block content %} {{content|safe}} {% raw %} {% if details %} <div class="error-details"> {{ details|safe }} </div> {% endif %} {% endraw %} {% endblock %} {% block footer %} {% pcformat 'textile' %} p(note). You're seeing this because something wrong happend. To see detailed errors with callstacks, run chef with the @--debug@ parameter, append @?!debug@ to the URL, or initialize the @PieCrust@ object with @{'debug': true}@. On the other hand, to see you custom error pages, set the @site/display_errors@ setting to @false@. {% endpcformat %} {% endblock %}