I'm customizing the keycloak theme but want to display a different text in the template.ftl based on the current page.
How can I achieve that in the freemarker template - template.ftl, something like this
<#if login>
...
</#if>
<#if register>
...
</#if>
Okay, figured it out...not a big deal to do