keycloak-theme/email/html/template.ftl
teutat3s 326c82e084
Init keycloak theme development
Add base theme, extracted from 20.0.1 docker image
2022-11-26 03:03:53 +01:00

8 lines
75 B
Plaintext

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