{{ page.t_title }}

{% for item in page.page_body %} {% if item.listItems %} {% if item.t_headline %}

{{ item.t_headline }}

{% endif %} {% if item.t_text %}
{{ item.t_text | markdownify | replace: '</br>', '
' | replace: '
', '
' }}
{% endif %} {% elsif item.tableItems %}
{% if item.tableDiv %} {% for subItem in item.tableDiv %}
{% if subItem.t_headline %}

{{ subItem.t_headline }}

{% endif %} {% if subItem.body %} {% for smallItem in subItem.body %} {% if smallItem.text %}
{{ smallItem.text | markdownify | replace: '</br>', '
' | replace: '
', '
' }}
{% endif %} {% endfor %} {% endif %}
{% endfor %} {% endif %}
{% elsif item.tableItems_two %}
{% if item.tableDiv %} {% for subItem in item.tableDiv %}
{% if subItem.t_headline %}
{{ subItem.t_headline }}
{% endif %} {% if subItem.body %} {% for smallItem in subItem.body %} {% if smallItem.text %}
{{ smallItem.text | markdownify | replace: '</br>', '
' | replace: '
', '
' }}
{% endif %} {% endfor %} {% endif %}
{% endfor %} {% endif %}
{% else %} {% if item.t_headline %}

{{ item.t_headline }}

{% endif %} {% if item.t_text %}
{{ item.t_text | markdownify | replace: '</br>', '
' | replace: '
', '
' }}
{% endif %} {% endif %} {% endfor %}