{# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {{ 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') }}
{# {{ dump(app.request.cookies.get('new_review_count', 0)) }} #} {{ include('components/sideNav.html.twig') }}
{# #} {{ include('components/notifications.html.twig', {action: currentPath}) }}
{# #} {% block body %}{% endblock %}
{{ include('components/_modal.html.twig') }}