{% extends 'pages/landing_page.html' %} {% comment %} uses 'essays' added to context by EssayLandingPage subtype; will get all published EssayPage children ordered by first pubdate {% endcomment %} {% block content %} {% include 'snippets/breadcrumbs.html' %}
{% if page.tagline %}

{{ page.tagline }}

{% endif %} {% include 'pages/snippets/body.html' %}
{% for essay in essays %} {% include 'pages/snippets/preview.html' with page=essay meta=1 %} {% endfor %}
{% endblock %}