keycloak-theme/login.keywind/components/layout/title.ftl
2022-02-22 16:53:26 +08:00

6 lines
154 B
Plaintext

<#macro kw>
<div class="font-bold text-center text-2xl">
${kcSanitize(msg("loginTitleHtml", (realm.displayNameHtml!"")))?no_esc}
</div>
</#macro>