{# META description SEO #}
{% block title %}Bienvenue!{% endblock %}
{# Font Awesome: #} {# Jquery: #} {# Bootstrap: #}
{# Font 'Julius Sans One' #}
{# Font K2D #}
{# Library "Giffer" player/stop-autoPlay(https://github.com/krasimir/gifffer) #} {# ScrollReveal JS #} {# Flash.js (popUp msg) #} {# Splide JS (slider/caroussel landingPage) #}
{# FullCalendar #} {# FlatPickr (= DateTime picker UX) #}
{# fullpage.js (onScroll nav section smooth) #}
{# CSS #} {% block stylesheets %}
{% endblock %} {# JS #} {% block javascripts %} {% endblock %} {# Tarte au citron #} {# #} {# Détection mode sombre/clair navigateur et adaptation favicon: #} {# #}
{% if app.user %}
{{ app.user.pseudo|capitalize }}
{% else %}
Connexion
S'inscrire
{% endif %}
{% block body %} {% endblock %} {# Messages Falsh Symfony Controller #} {% for type, messages in app.flashes() %} {% for message in messages %} {% if type == "success" %} {% elseif type == "error" %} {% endif %} {% endfor %} {% endfor %}