{% 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 %} {{ title }} {% endblock %} {% block meta_base %} {# #} {% endblock %} {% block meta_og %} {# #} {% endblock %} {% block meta_twitter %} {# #} {% endblock %} {# CSS used in all pages #} {% include 'AbxBaseBundle::parts/page_head_style.html.twig' %} {# Extend this block to include unique necessary css #} {% block page_head_style %}{% endblock %}