{% extends 'base.html.twig' %} {% block body %}
{{ include('default/section_top.html.twig') }}
{{ ads is not null ? ads.printAd('mobile', 'newsfeed',1)|raw : '' }}
{{ include('elements/templates/newsHorizontal.html.twig') }} آخر الأخبار
{{ include('default/section_celebrities.html.twig') }}
{{ ads is not null ? ads.printAd('mobile', 'newsfeed_small',6)|raw : '' }}
{{ render(controller('App\\Controller\\NewsController::getWidgetSport')) }}
{{ ads is not null ? ads.printAd('desktop', 'newsfeed',4)|raw : '' }}
{{ ads is not null ? ads.printAd('mobile', 'newsfeed',4)|raw : '' }}
{{ render(controller('App\\Controller\\EProgramsController::programs')) }}
{{ ads is not null ? ads.printAd('desktop', 'newsfeed',5)|raw : '' }}
{{ ads is not null ? ads.printAd('mobile', 'newsfeed',3)|raw : '' }}
{{ include('default/section_videos.html.twig') }}
{% endblock %}