{% extends '@kohinos/common/layout.html.twig' %} {% block content %}
{% include '@kohinos/block/breadcrumb.html.twig' with {'label': news.title, 'label2': 'Actualités', 'url2': path('news') } %}

{{news.title}}

{% if news.media %} {% set pathMedia = mediaurl(news.media, 'reference') %} {% if pathMedia ends with '.jpg' or pathMedia ends with '.jpeg' or pathMedia ends with '.png' or pathMedia ends with '.bmp' or pathMedia ends with '.gif' %} {% thumbnail news.media, 'big' with {'class': 'rounded mx-auto d-block'} %}
{% else %} {{'Télécharger'|trans}} {% endif %} {% endif %} {{news.content|raw}}
{% endblock %}