{% block breadcrumb %}
{% if currentLocation is defined and currentLocation.contentInfo.contentTypeId not in [107,108] %}
{{ render( controller( 'App\\Controller\\MenuController::viewBreadcrumb', { 'locationId': currentLocation.id } ) ) }}
{% endif %}
{% endblock %}
{% block fullcontent %}
{% block content %}{% endblock %}
{% endblock %}