[#ftl output_format="HTML"] [#-- Need to explicitly set the output format here, so that auto escaping is enabled by default (as of Freemarker 2.3.24) --] [#-- This will mitigate the risk of XSS attacks from the default login page. Such a precaution is not needed in other templates, when Magnolia takes care of rendering. --] Magnolia 6
[#if loginError]
${errorString!}
[/#if]