@Property(value = {DEFAULT_PATTERN}, unbounded = PropertyUnbounded.ARRAY)
public static final String PATTERNS_PARAMETER = "org.apache.sling.scripting.thymeleaf.impl.templatemodehandler.LegacyHtml5TemplateModeHandler.patterns";
public LegacyHtml5TemplateModeHandler() {
super(TEMPLATE_MODE_NAME, new LegacyHtml5TemplateParser(TEMPLATE_MODE_NAME, poolSize()), new XmlTemplateWriter());
}