<%page expression_filter="h"/> <%! from django.utils.translation import gettext as _ %> <%inherit file="../main.html" /> {% if BRANDING_STATIC_TEMPLATE_ABOUT %} {{ BRANDING_STATIC_TEMPLATE_ABOUT }} {% else %} <%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.")}

{% endif %}