{% include 'user/_home_banner.html.twig' %}
{% trans %}our_selection{% endtrans %}
{% include 'user/_home_novelties.html.twig' %}
{% include 'user/_home_sells.html.twig' %}
{% extends 'base/user/base_app.html.twig' %}
{% block title %}{% trans %}app_name{% endtrans %} | {% trans %}home{% endtrans %}{% endblock title %}
{% block body %}
{% include 'user/_home_banner.html.twig' %}
{% include 'user/_home_collections_40.html.twig' %}
{% trans %}our_selection{% endtrans %}
{% include 'user/_home_novelties.html.twig' %}
{% include 'user/_home_sells.html.twig' %}