tpf.error.ftl.html Maven / Gradle / Ivy
The newest version!
<#-- @license ©2015 Miel Vander Sande - Multimedia Lab / iMinds / Ghent University -->
<#include "base.ftl.html">
<#macro contents>
Error executing your request
Your request could not be executed due to an internal server error.
Please try reloading the page or return to the index page.
Error details
<#if error??>${(error.getMessage())!error!""}#if>
#macro>
<@display_page/>