{% extends "base.html" %} {% block title %} {{ user-content.brand-name }} {% endblock %} {% block content %}

{% if user-content.welcome-image %} {% endif %}

{% if user-custom-texts and user-custom-texts.0.content %} {{ user-custom-texts.0.content | safe }} {% else %} {% if user-content.welcome-text %} {{ user-content.welcome-text | safe }} {% else %} Welcome ! {% endif %} {% endif %}

{% include search-form-template %}
{% if user-content.enable-product-selection %}
{% if user-custom-texts and user-custom-texts.1.content %} {{ user-custom-texts.1.content | safe }} {% else %} {% if user-content.product-selection-intro-text %} {{ user-content.product-selection-intro-text | safe }} {% else %}

Voici un aperçu de notre sélection du libraire, à retrouver en intégralité sur sa page dédiée:

{% endif %} {% endif %}
{% for card in selection-cards %} {% include "component-card.html" %} {% endfor %}
{% endif %} {% if user-content.welcome-second-text %}
{% if user-custom-texts and user-custom-texts.2.content %} {{ user-custom-texts.2.content | safe }} {% else %} {{ user-content.welcome-second-text | safe }} {% endif %}
{% endif %} {% endblock %}