Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
home_template_modules
to your home template:{% block main_content %}
<div class="home">
{{ home_template_modules }}
</div>
{% endblock %}
{% include 'template_for_store_messages' %}