import net.pterodactylus.demoscenemusic.page.ServletRequest;
import net.pterodactylus.util.io.Closer;
import net.pterodactylus.util.io.StreamCopier;
+import net.pterodactylus.util.template.ClassPathTemplateProvider;
import net.pterodactylus.util.template.CollectionSortFilter;
import net.pterodactylus.util.template.HtmlFilter;
import net.pterodactylus.util.template.ReflectionAccessor;
templateContextFactory.addTemplateObject("core", core);
templateContextFactory.addTemplateObject("dataManager", core.getDataManager());
+ templateContextFactory.addProvider(new ClassPathTemplateProvider(getClass(), "/templates/"));
+
for (@SuppressWarnings("rawtypes")
Enumeration parameterNames = config.getInitParameterNames(); parameterNames.hasMoreElements();) {
String pageName = (String) parameterNames.nextElement();