Home template modules

use modules folder to add your home page sections as an individual sections , supporting your modules with settings schema will give the user the ability to customize home template sections.

before that you must add home_template_modules to your home template:

{% block main_content %}

    <div class="home">
        {{ home_template_modules }}
    </div>

{% endblock %}

Last updated

Was this helpful?