keycloak-theme/email/html/template.ftl

8 lines
75 B
Plaintext

<#macro emailLayout>
<html>
<body>
<#nested>
</body>
</html>
</#macro>