{% set uris = noIndex()|default([]) %} {% if uris is not empty and app.request.uri in uris %} {% endif %} {% block title %}Welcome!{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} {{ encore_entry_script_tags('app') }} {{ encore_entry_script_tags('bootstrap') }} {% block javascripts %} {% endblock %} {% if (getMaintenance()[0].valid == true and app.request.server.get("REMOTE_ADDR") in getMaintenance()[0].ip) or getMaintenance()[0].valid == false %}
{% if app.user and app.user.isVerified == false %} {% endif %} {% include "partials/flash.html.twig" %} {{ render(controller('App\\Controller\\CategorieController::index')) }} {{ include("partials/header.html.twig",{'bans':getBanniere()}) }}
{% block body %} {% endblock %}
{% else %} {#
{{ getMaintenance()[0].content|raw }}
#} {{ include("maintenance/maintenance.html.twig",{'maintenance':getMaintenance()[0].content|raw}) }} {% endif %}