{% extends 'base.html.twig' %} {% block body %} {% if ads is not null and showTopAd is defined %}
{{ ads.printAd('desktop', 'window_top')|raw }}
{% endif %}
{% block pageContent %}{% endblock %}
{{ render(controller('App\\Controller\\BaseController::apiLeftColumn',{'currentSport':currentSport})) }} {# {% if leftcontainer is defined %} {{ leftcontainer|raw }} {% else %} {{ render(controller('App\\Controller\\BaseController::apiLeftColumn',{'currentSport':currentSport})) }} {% endif %}#}
{% endblock %} {# {% block jsIncludes %} {% endblock %} #}