{% extends 'NivaPortalBundle:common:layout.html.twig' %} {% block headerAssets %} {{ include( 'NivaPortalBundle:Layout-thumbnail:header.html.twig', { 'club': club } ) }} {% endblock %} {% block content %}

{{ club.contentName }}

{% for section in sections %} {% if section.jumpToListing %} {{ section.name }} {% else %} {{ section.name }} {% endif %} {% endfor %}
{{ club.googleAdwords|raw }} {{ include( 'NivaPortalBundle:Layout-thumbnail:legal.html.twig', { 'client': client, 'complete': 1 } ) }} {% endblock %}