% /* @license MIT ©2013-2016 Ruben Verborgh, Ghent University - imec */ -%>
<% inherits('base') %>
Resource not found
No resource with URL <%= url %> was found.
Available datasets
<% for (var datasourceName in datasources) {
var datasource = datasources[datasourceName];
if (datasource.hide) continue; %>
- <%= datasource.title %>
<% } %>