{% extends 'layout.html.twig' %}
{% block body %}
{{ article.summary|slice(0, 200) }}{% if article.summary|length > 200 %}...{% endif %}
Published: {{ article.createdAt|date('Y-m-d H:i') }}No articles found for this tag.
{% endif %} {% endblock %} {% block aside %}