{% extends "base.html" %} {% block title %} {{ title }} {% endblock %} {% block content %}
{% if user-content.product-selection-short-name %}

{{ user-content.product-selection-short-name }}

{% else %}

Sélection du libraire

{% endif %} {% if user-content.product-selection-intro-text %} {{ user-content.product-selection-intro-text | safe }} {% endif %}
{% for shelf/cards in selection %} # {{ shelf/cards | first }} {% endfor %}
{% for shelf/cards in selection %}

# {{ shelf/cards | first }}

{% for card in shelf/cards.rest %} {% include "component-card.html" %} {% endfor %}
{% endfor %}
{% endblock %}