{% extends "wagtail_base.html" %} {% load navigation_tags wagtailimages_tags wagtailcore_tags %} {% block content %} {% if page.show_navbar == "yes" %} {% block header %} {# Header contains the main_navigation block #} {% include "includes/header.html" with parent=site_root calling_page=self %} {% endblock header %} {% endif %} {% if page.show_nav_extra == "yes" %} {% block nav-extra %} {% include "includes/nav-extra.html" %} {% endblock nav-extra %} {% endif %} {% block messages %} {% include "includes/messages.html" %} {% endblock messages %} {% get_announcements %}
{% image page.image original class="img-fluid" %}
{% if page.site_logo %}

{% image page.site_logo max-140x43 %} Features


{% endif %} {% if page.features_text %}

{{ page.features_text|richtext }}

{% endif %}
{% if page.feature_logo_1 %}{% image page.feature_logo_1 fill-200x200 %}{% endif %}

{% if page.feature_1_title %}{{ page.feature_1_title }}{% endif %}

{% if page.feature_1_text %}{{ page.feature_1_text|richtext }}{% endif %}

{% if page.feature_logo_2 %}{% image page.feature_logo_2 fill-200x200 %}{% endif %}

{% if page.feature_2_title %}{{ page.feature_2_title }}{% endif %}

{% if page.feature_2_text %}{{ page.feature_2_text|richtext }}{% endif %}

{% if page.feature_logo_3 %}{% image page.feature_logo_3 fill-200x200 %}{% endif %}

{% if page.feature_3_title %}{{ page.feature_3_title }}{% endif %}

{% if page.feature_3_text %}{{ page.feature_3_text|richtext }}{% endif %}

{% if page.feature_logo_4 %}{% image page.feature_logo_4 fill-200x200 %}{% endif %}

{% if page.feature_4_title %}{{ page.feature_4_title }}{% endif %}

{% if page.feature_4_text %}{{ page.feature_4_text|richtext }}{% endif %}

{% if page.custom_body_message %}{{ page.custom_body_message|richtext }}{% endif %}

{% if page.site_logo %}{% image page.site_logo max-140x43 %}{% endif %} DNA


{% if page.banner_image %}{% image page.banner_image original class="img-fluid" %}{% endif %}
{% if page.show_footer == "yes" %} {% endif %} {% endblock content %}