{% extends "base.html" %} {% load short_codes %} {% block full_title %}{{ flatpage.title }}{% endblock %} {% block header %}{% endblock %} {% block content %}
{{ flatpage.content|explosivo }}
{% endblock %} {% block side %} {% if request.path == "/about-us/" %}

Past Press

{% else %} {{ block.super }} {% endif %} {% endblock %}