{% extends "base.html" %} {% load cms_tags %} {# 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 %}