{% extends "pages/page.html" %}
{# template for outwork content #}
{% load mezzanine_tags %}
{% block page-context-id %}outwork-page{% endblock %}
{% block header_class %}mdl-layout__header--transparent{% endblock %}
{% block metadata %}
{{ block.super }}
{% if page.outwork.author %}
{% endif %}
{% if page.outwork.orig_pubdate %}
{% endif %}
{% endblock %}
{# suppress description from displaying in header as lead #}
{% block lead %}{% endblock %}
{% block pageHeader %}
{{ page.outwork.orig_pubdate }}
{% endif %}{{ page.description }}
{{ page.outwork.content|richtext_filters|safe }} {% endblock %}