{% extends "base.twig" %} {% block content %} {# HEADER #}
{{head_image.alt}}

{{head_title}}

{{head_subtitle}}
{{head_content}}
{% if istoday %}
Plat du jour :
{{day_menu}}
{% endif %}
{#
{% if head_vid %} {% endif %}
Sobeer

{{head_title}}

{{head_subtitle}}

{{head_txt}}
{{head_cta.title}} {{head_cta.title}}
#} {# LE CONCEPT #}
{#
{{concept_big_1}} {{concept_big_2}}

{{concept_title}}

{{concept_subtitle}}
{{concept_txt}}
{{head_cta.label}} {{head_cta.label}}
#} {# SLIDER CONCEPT #} {# Deux sliders : un pour l'image et un pour le texte #}
{% for item in concept_slider %}
{% endfor %}
{% for item in concept_slider %}
{{item.title}} {{item.subtitle}}

{{item.txt}}

{% endfor %}
{# Nav pour les deux sliders #}
{# SUGGESTIONS #} {# Affichage de 3 suggestions si elles ont le "display home" coché en BO #} {% if suggestions %}

{{suggest_title}}

{% for item in suggestions %}
{{item.title}} {{item.content}} {% if item.meta('suggest_button').url %} {{item.meta('suggest_button').title}}
{% endif %}
{% endfor %}
{% endif %} {# EVENEMENTS #} {# Affichage des 5 dernirs évènements #}

{{event_title}}

{{event_txt}}
{{event_cta.label}}
{% for item in evenements %}
{{item.category}} {{item.title}}{{ function('get_field', 'event_date', item.ID)}}
{% endfor %}
{# BOTTOM : Privatisation #} {% if bottom_cover_img or bottom_title or bottom_subtitle or bottom_txt %}

{{bottom_title}}

{{bottom_subtitle}}
{{bottom_txt}}
{{bottom_link['title']}}
{% endif %} {% endblock %}