[#import "/spring.ftl" as spring/] [#escape x as (x)!?html] ${status} [#----] [#----]

${status} [@spring.message code="error.http.404"/]

path: ${path}

timestamp: ${timestamp?string("yyyy-MM-dd'T'HH:mm:ss.SSSXX")}

[#--[#if error??]

error: ${error}

[/#if]--] [#--[#if exception??]

exception: ${exception}

[/#if]--] [#if message??]

${message}

[/#if] [#--[#if trace??]
${trace}
[/#if]--] [/#escape]