keycloak-theme/email/html/email-test.ftl

5 lines
137 B
Plaintext
Raw Normal View History

<#import "template.ftl" as layout>
<@layout.emailLayout>
${kcSanitize(msg("emailTestBodyHtml",realmName))?no_esc}
</@layout.emailLayout>