templates/website/page/services.html.twig line 1
{% extends '@web/base.html.twig' %}{% block body %}<section class="section-services"><div class="custom-container"><div class="wrapper-navigation"><h1>{{ 'Services'|trans }}</h1><ul><li><a href="{{ path('page_index') }}">{{ 'Home'|trans }}</a></li><li><span>{{ 'Services'|trans }}</span></li></ul></div>{# {% include '@web/parts/partner-nviraberir.html.twig' with {'intro': true} %}#}<div class="wrapper-news wrapper-news-flush"><div class="wrapper-items">{% for item in services %}<div class="wrapper-item"><a href="{{ path('page_service',{'id':item.id}) }}" class="wrapper-image"><span class="service-index">{{ '%02d'|format(loop.index) }}</span><img src="{{ item.image }}" alt="{{ item.title }}"></a><div class="wrapper-text"><h3>{{ item.title }}</h3><p>{{ item.shortDescription }}</p><a href="{{ path('page_service',{'id':item.id}) }}">{{ 'READ MORE'|trans }}</a></div></div>{% endfor %}</div></div></div></section>{% endblock %}