{% if location is not defined %} {% set location = null %} {% endif %} {% if location.pathString is defined %} {% set title %}{{ render( controller( "AbxBaseBundle:Abx:showComponent", { 'name':'Title', 'parameters':{'pathString': location.pathString } } ) ) }}{% endset %} {% elseif content is defined %} {% set title %}{{ content.contentInfo.name }} / (location ID is #{{ location.id }}){% endset %} {% elseif title is not defined %} {% set title %}{{ name|default( 'Home' ) }}{% endset %} {% endif %} {% block meta_title %}