{% extends "core/base.html" %} {% load core_tags menu_tags static wagtailuserbar wagtailcore_tags wagtailimages_tags %} {% block fullwidth_header %} {% if self.slide1_img %} {% endif %} {% endblock fullwidth_header %} {% block content %}
{{ self.block1|richtext }}
{% if self.thumbnail1_img %}
{% image self.thumbnail1_img fill-600x400-c100 class="img-fluid" %}

{% if self.thumbnail1_more_page %} {{ self.thumbnail1_title }} {% else %} {{ self.thumbnail1_title }} {% endif %}

{{ self.thumbnail1_text|richtext }}
{% if self.thumbnail1_more_page %} {% endif %}
{% endif %} {% if self.thumbnail2_img %}
{% image self.thumbnail2_img fill-600x400-c100 class="img-fluid" %}

{% if self.thumbnail2_more_page %} {{ self.thumbnail2_title }} {% else %} {{ self.thumbnail2_title }} {% endif %}

{{ self.thumbnail2_text|richtext }}
{% if self.thumbnail2_more_page %} {% endif %}
{% endif %} {% if self.thumbnail3_img %}
{% image self.thumbnail3_img fill-600x400-c100 class="img-fluid" %}

{% if self.thumbnail3_more_page %} {{ self.thumbnail3_title }} {% else %} {{ self.thumbnail3_title }} {% endif %}

{{ self.thumbnail3_text|richtext }}
{% if self.thumbnail3_more_page %} {% endif %}
{% endif %}
{% endblock content %}