{% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block expand_description %} {% endblock %} {% block body %}

{{ this.title }}

{{ this.slogan }}

{{ this.p1 }}

{% if this.press_1 %}
{% for blk in this.press_1.blocks %} {{ blk }} {% endfor %}
{% endif %}

{{ this.p2 }}

{% if this.press_2 %}
{% for blk in this.press_2.blocks %} {{ blk }} {% endfor %}
{% endif %}

{{ this.p3 }}

{% if this.press_3 %}
{% for blk in this.press_3.blocks %} {{ blk }} {% endfor %}
{% endif %}

{{ this.p4 }}

{% if this.press_4 %}
{% for blk in this.press_4.blocks %} {{ blk }} {% endfor %}
{% endif %}

{{ this.p5 }}

{% if this.press_5 %}
{% for blk in this.press_5.blocks %} {{ blk }} {% endfor %}
{% endif %} {{ this.content }}
{% endblock %}