tpf.notfound.ftl.html Maven / Gradle / Ivy
The newest version!
<#-- @license ©2015 Miel Vander Sande - Multimedia Lab / iMinds / Ghent University -->
<#include "base.ftl.html">
<#macro contents>
Resource not found
No resource with URL ${ url!"" }
was found.
Available datasets
<#list datasources?keys as datasourceName>
- ${datasources[datasourceName].getTitle() }
#list>
#macro>
<@display_page/>