keycloak-themes/keyman/old.account/components/atoms/body.ftl

6 lines
144 B
Text
Raw Normal View History

2024-10-03 22:17:35 +00:00
<#macro kw>
<body class="bg-secondary-100 flex flex-col items-center justify-center min-h-screen sm:py-16">
<#nested>
</body>
</#macro>