#import "parts/common.ftl" as com>
<#import "parts/login.ftl" as l>
<@com.page>
<#if SPRING_SECURITY_LAST_EXCEPTION??>
${SPRING_SECURITY_LAST_EXCEPTION.message}
#if>
<#if message??>
class="alert alert-${messageType}" role="alert"#if> >
${message}
#if>
<@l.login "/login" false/>
@com.page>