This repository has been archived on 2026-03-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
keycloak-theme/keycloak-themes/base/email/html/template.ftl
T
2024-02-22 09:47:34 +01:00

8 lines
75 B
Plaintext

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