{% include 'AbxDesignBundle::parts/head.html.twig' %} {% set path_string = '' %} {% if location.pathString is defined %} {% set path_string = location.pathString %} {% endif %}
{# #} {{ render( controller( "AbxBaseBundle:Abx:showComponent", { 'name': 'TopMenu','parameters' : {'pathString': path_string, 'template': 'AbxDesignBundle:parts:responsive_menu.html.twig' } } ) ) }}
{% include 'AbxDesignBundle::parts/header.html.twig' %}
{% if location.pathString is defined and location.pathString|split('/')[3] != '' %}
{% include 'AbxDesignBundle::parts/search.html.twig' %}
{% endif %}
{% block content %}{% endblock %}
{% include 'AbxDesignBundle::parts/footer.html.twig' %}
{# Scripts used in all pages #} {% include 'AbxDesignBundle::parts/footer_script.html.twig' %} {# Extend this block to include unique necessary scripts #} {% block footer_script %}{% endblock %} {% include 'AbxBaseBundle::parts/google_analytics.html.twig' %}