{% extends "base.html" %} {% block main %} {% if content %}
{{ content }} {% set show_blurbs = True %} {% set depth= 1 %} {% include 'children.html' %}
{% else %}

{{ currentpage.name }}

{{ currentpage.blurb }}

{% set show_blurbs = True %} {% set depth = 2 %} {% include 'children.html' %}
{% endif %} {% endblock %} {% block endbody %} {% if target.google_analytics_tag is defined %} {% endif %} {% endblock %}