{{header}} {% include template('partial/d_breadcrumb') %} {% include template('partial/d_layout_open') %}
{% if edit %}{% endif %}

{{heading_title}}

{% if thumb %}
{{heading_title}}
{% endif %} {% if description %}
{{description}}
{% endif %}
{% if categories %}
{{text_categories}}
{% for category in categories %} {% endfor %}
{% endif %} {% if posts %} {% include template(layout_template) with posts %} {% endif %} {% if not posts %}

{{text_empty}}

{% endif %}
{% include template('partial/d_layout_close') %} {{footer}}