{# #}
{{ include('components/notifications.html.twig', {action: currentPath}) }}
{# #}
{% block body %}{% endblock %}
{# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {{ encore_entry_link_tags('css/frontend') }} {% block stylesheets %}{% endblock %} {# #} {# #} {# #} {{ encore_entry_script_tags('js/frontend.min') }} {% block javascripts %}{% endblock %} {# #} {{ include('components/trackingCodes.html.twig') }}
{% set currentPath = path(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')) %} {% set enabledEnvs = ['prod', 'stage'] %} {%- if currentPath is not same as('/subscription/invoicing') and enabledEnvs has some v => v is same as(app.environment) %} {% endif -%} {{ include('components/topNav.html.twig') }}