{% extends 'base.html' %} {% load render_bundle from webpack_loader %} {% block page-subtitle %}{% firstof page.seo_title page.title %} ยท {% endblock %} {% block js %} {% render_bundle 'landing' %} {% 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 meta=True %} {% endfor %}
{% endblock %}