<%namespace name='static' file='../static_content.html'/> <%page expression_filter="h"/> <%! from django.utils.translation import gettext as _ %> <%inherit file="../main.html" /> <%block name="pagetitle">${_("About")}

<%block name="pageheader">${page_header or _("About")}

<%block name="pagecontent">${page_content or _("This page left intentionally blank. Feel free to add your own content.")}

Runs on Tutor