keycloak-theme/keycloak_email/html/template.ftl

8 lines
75 B
Text
Raw Normal View History

2022-09-06 19:22:23 +02:00
<#macro emailLayout>
<html>
<body>
<#nested>
</body>
</html>
</#macro>