{% extends 'layout.html' %} {% block css %} {% endblock %} {% block content %}

{{title}}

{{desc}}

{% if banner %} {% endif %}
{% include "./modules/callout.html" %} {% if subtitle %}

{{subtitle}} {% if subnote %} {{subnote}} {% endif %}

{% if subdesc %}

{{subdesc}}

{% endif %}
{% endif %} {% include "./modules/button.html" %} {% include "./modules/contact.html" %} {% include "./modules/footer.html" %} {% endblock %}