${view.l('OPPS')}!
<#if (errortype!?contains("404") || !errortype?has_content)>
404
${view.l("We Couldn’t Find this Page")}
<#elseif errortype!?contains("500")>
${view.l("Error 500, something wrong with the code")}
<#else>
${view.l("Some error, better checkthe logs")}
#if>