tpf.index.ftl.html Maven / Gradle / Ivy
The newest version!
<#-- @license ©2015 Miel Vander Sande - Multimedia Lab / iMinds / Ghent University -->
<#include "base.ftl.html">
<#macro contents>
Available datasets
Browse the following datasets as Triple Pattern Fragments:
<#if datasources??>
<#list datasources?keys as datasourceName>
- ${datasources[datasourceName].getTitle() }
- ${ datasources[datasourceName].getDescription()!"" }
#list>
#if>
<#include "client.ftl.html">
#macro>
<@display_page/>