(% extends "base.html" %) (% block title %)Login(% endblock %) (% block head %) (% endblock %) (% block body %) (% if display_ctx.domain_info.image().is_some() %) (% else %) (% endif %) Kanidm (% if let Some(reauth) = display_ctx.reauth %) Reauthenticating as (( reauth.username )) to access (( reauth.purpose )) (% endif %) (% block logincontainer %) (% endblock %) (% endblock %)