<%inherit file="layout.html" /> ## provide definitions for blocks we want to redefine <%def name="title()"> Server Error ${status} ## now define the body of the template

Server Error ${status}

${message}