{% extends "template-base.html" %} {% block mainclasses %}landing-children padded-main{% endblock %} {% block main %} {% if content %}
{{ content }} {% set show_blurbs = True %} {% set depth= 1 %} {% include 'template-page-children.html' %}
{% else %}

{{ currentpage.name }}

{{ currentpage.blurb }}

{% set show_blurbs = True %} {% set depth= 1 %} {% include 'template-page-children.html' %}
{% endif %} {% endblock %} {% block endbody %} {% endblock %}