{% include 'Blog/meta.html.twig' with { article: article } only %}
{% if article.getPosterImage() %}
{{ article.getPosterImage().getThumbnail('content').getHTML()|raw }}
{% endif %}
{{ article.getText()|raw }}
{% endfor %}
{% include 'Includes/paging.html.twig' with { paginator: articles } only %}