keycloak-themes/keyman/old.account/components/atoms/body.ftl
2024-10-03 16:23:01 -06:00

5 lines
144 B
Text

<#macro kw>
<body class="bg-secondary-100 flex flex-col items-center justify-center min-h-screen sm:py-16">
<#nested>
</body>
</#macro>