{% set current_uri = app.request.server.get("SYMFONY_DEFAULT_ROUTE_SCHEME") ~ ":" ~ app.request.uri %}
{% set base_uri = app.request.server.get("SYMFONY_DEFAULT_ROUTE_SCHEME") ~ ":" ~ app.request.getSchemeAndHttpHost() %}
{% block title %}{% endblock %} - Delta7
{#
#}
{% include 'base/_partials/_head.html.twig' %}
{% include 'base/_header.html.twig' %}
{% block body %}{% endblock %}
{% include 'base/_partials/_stay_tuned.html.twig' %}
{# {% include 'base/_newsletter.html.twig' %} #}
{% include 'base/_partials/_surfooter.html.twig' %}
{% include 'base/_footer.html.twig' %}
{% include 'base/_partials/_addtocal_widget.html.twig' %}
{% include 'base/_partials/_javascript.bottom.html.twig' %}
{% if chcookieconsent_isCategoryAllowedByUser('analytics') == true and app.environment != 'dev' %}
{% endif %}