package org.watertemplate.example.nestedtemplates; import org.watertemplate.Template; class Footer extends Template { @Override protected String getFilePath() { return "nestedtemplates/footer.html"; } }