{% extends "::base.html.twig" %} {% block body %}
return to list of Articles
LASTARTICLES
{% for last in lasts %}
{% if (last.image is not null) %} {% else %} {%endif%}
{{ last.title }}
{#
#} {{ last.datePublished|date('Y-M-d')|upper }}read more >>
{% endfor %}
{% if (entity.video is not null) %}
the video
{%endif%}
{% endblock%} {% block javascripts %} {{ parent() }} {% endblock%}