{# CATALOG PRESENTATION #}
{% if showpres %}

  {% include "catalog/index_ctlgpres.volt" %}

{% else %}

  {# HOMEPAGE BLOCKS #}
  {% if homepage|length == 0 or ((homepage['hptest'] is not defined or homepage['hptest'] is null) and homepage['blocks']|length == 0) %}
    {% include "catalog/index_default.volt" %}
  {% else %}
    {% include "catalog/index_customhp.volt" %}
  {% endif %}

  {# FEATURED PART #}
  {% if featured|length > 0 %}
    {% include "catalog/index_featured.volt" %}
  {% endif %}

{% endif %}
