{% extends 'front.html.twig' %} {% block title %} News CNFCE {% endblock %} {% block stytesheets %} {{ parent() }} {% endblock %} {% block body %} Our News Home {% if app.request.attributes.get('_route') != 'news_front_category' %} News {% else %} News {{ category.name }} {% endif %} Our News Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. {{ knp_pagination_sortable(news, 'title', 'title') }} {{ knp_pagination_sortable(news, 'Date', ['createdAt']) }} {{ knp_pagination_sortable(news, 'Archive', ['archive']) }} {% for new in news %} {% for gallery in new.gallerie %} {% if loop.index == 1 %} {% endif %} {% endfor %} {{ new.title }} By Fletcher 69 share Comments {{ new.description[:100] }}. Read More {% endfor %} {{ knp_pagination_render(news) }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
{{ new.description[:100] }}.