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

{{title}}

{{desc}}

{% if banner %} {% endif %} {% if bannerdesc %}

{{bannerdesc}}

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