{{ include( 'NivaPortalBundle:Layout-inside-out:header.html.twig', { 'club': club } ) }}

{{ club.contentName }}

{% for section in sections %} {% if section.jumpToListing %}

{{ section.name }}

{% else %}

{{ section.name }}

{% endif %} {% endfor %}
{{ club.googleAdwords|raw }} {{ include( 'NivaPortalBundle:Layout-inside-out:footer.html.twig', { 'club': club } ) }}