2016-12-23 21:55:08 +00:00
|
|
|
<#-- @license ©2015 Miel Vander Sande - Multimedia Lab / iMinds / Ghent University -->
|
|
|
|
<#include "base.ftl.html">
|
|
|
|
<#macro contents>
|
|
|
|
<h2>Error executing your request</h2>
|
|
|
|
<p>Your request could not be executed due to an internal server error.</p>
|
|
|
|
<p>Please try reloading the page or return to the <a href="/">index page</a>.</p>
|
|
|
|
|
|
|
|
<h3>Error details</h3>
|
|
|
|
<p><#if error??>${(error.getMessage())!error!""}</#if><p>
|
|
|
|
</#macro>
|
2019-04-25 14:51:38 -07:00
|
|
|
<@display_page/>
|