{% extends 'pages/landing_page.html' %} {% block page-subtitle %}{% firstof page.seo_title page.title %} ยท {% endblock %} {% block header %} {% include 'snippets/header.html' with title=page.title style=page.title|lower|add:' banner' %} {% endblock %} {% block content %} {% include 'snippets/breadcrumbs.html' %}
{% if page.tagline %}

{{ page.tagline }}

{% endif %} {% include 'pages/snippets/body.html' %}
{% for subpage in page.get_children.live %} {% include 'pages/snippets/preview.html' with page=subpage.contentpage %} {% endfor %}
{% endblock %}