[%
#----------------------------------------------------------------------
# Arguments received by this template:
# This list may not be exhaustive, and other parameters may be added or available.
#
# uri - URI the user was trying to access when the error occurred
# generic_error - The error message
%]
[% WRAPPER 'templates/_error_wrapper' -%]
<h2>[% uri.html() %]</h2>
<p>[% generic_error.html() %]</p>
[% END -%]