<%inheritfile="base.html"/><%!fromdjango.core.urlresolversimportreverse%><%blockname="bodyclass">error</%block><%blockname="title"> % if error == '404': 404 - Page Not Found % elif error == '500': 500 - Internal Server Error % endif</%block><%blockname="content"><articleclass="error-prompt"> % if error == '404':<h1>Hmm…</h1><pclass="description">we can't find that page.</p> % elif error == '500': <h1>Oops…</h1><pclass="description">there was a problem with the server.</p> % endif <ahref="/"class="back-button">Back to dashboard</a></article></%block>