{% extends "base.html" %} {% load cms_tags %} {% block title %}{{ current_page.get_page_title }} | {{ block.super }}{% endblock title%} {# We're not showing the secondary navigation on a landing page #} {% block nav_secondary %}{% endblock %} {% block content %} {% block hero %}
{% with True as no_row %}{% placeholder hero_content %}{% endwith %}
{% placeholder hero_image %}
{% endblock hero %} {% placeholder page_content %} {% endblock %}