{% include 'AbxDesignBundle::parts/header.html.twig' %}
{% if location.pathString is defined and location.pathString|split('/')[3] != '' %}
{{ ez_content_name( content ) }}
{% block breadcrumb %}
{% if location.pathString is defined and location.pathString|split('/')[3] != '' %}
{{ render( controller( "AbxBaseBundle:Abx:showComponent",
{ 'name':'Breadcrumb',
'parameters': { 'pathString': location.pathString } } ) ) }}
{% endif %}
{% endblock %}
{% 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' %}