${_('The page that you were looking for was not found.')} ${Text(_('Go back to the {homepage}.')).format( homepage=HTML('homepage'), )}
%page expression_filter="h"/> <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.markup import HTML, Text %> <%inherit file="base.html" /> <%block name="title">${_("Page Not Found")}%block> <%block name="bodyclass">view-util util-404%block> <%block name="content">
${_('The page that you were looking for was not found.')} ${Text(_('Go back to the {homepage}.')).format( homepage=HTML('homepage'), )}