Expose the template to subclasses.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / page / TemplatePage.java
index db011df..e483aa3 100644 (file)
@@ -39,7 +39,7 @@ public class TemplatePage implements Page, LinkEnabledCallback {
        private final String path;
 
        /** The template to render. */
-       private final Template template;
+       protected final Template template;
 
        /** The L10n handler. */
        private final BaseL10n l10n;