<#import "template.ftl" as layout> <#import "components/atoms/alert.ftl" as alert> <#import "components/atoms/link.ftl" as link> <@layout.registrationLayout displayMessage=false; section> <#if section="header"> ${kcSanitize(msg("errorTitle"))?no_esc} <#elseif section="form"> <@alert.kw color="error">${kcSanitize(message.summary)?no_esc} <#if !skipLink??> <#if client?? && client.baseUrl?has_content> <@link.kw color="secondary" href=client.baseUrl size="small"> ${kcSanitize(msg("backToApplication"))?no_esc}