{% block editables %}
{# image #}
{% if contentInclude is not defined %}
{% set image = pimcore_image('image', {
reload: true,
thumbnail: 'col-12'
}) %}
{% endif %}
{% block view %}
{% endblock %}