%inherit file="base.html"/> <%def name="page_head()"> %def> <%def name="title()"> ${_("Page not found")} %def> <%def name="body()">
${_("The page you requested was not found.")} ${_("Redirecting to the home page in 5 seconds.")}
%def>