{% include 'AbxBaseBundle::parts/head.html.twig' %}
{% set path_string = '' %}
{% if location.pathString is defined %}
{% set path_string = location.pathString %}
{% endif %}
{% include 'AbxBaseBundle::parts/header.html.twig' %}
{% 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 %}
{% block content %}{% endblock %}
{% include 'AbxBaseBundle::parts/footer.html.twig' %}
{# Scripts used in all pages #}
{% include 'AbxBaseBundle::parts/footer_script.html.twig' %}
{# Extend this block to include unique necessary scripts #}
{% block footer_script %}{% endblock %}
{% include 'AbxBaseBundle::parts/google_analytics.html.twig' %}