{% extends 'base.html.twig' %} {% block body %}

{{ article.title }}

{% if author %}
{{ 'text.byline'|trans }} {% if article.publishedAt is not null %} {{ article.publishedAt|date('F j, Y') }} {% else %} {{ article.createdAt|date('F j, Y') }}
{% endif %}
{% endif %}
{{ article.summary }}
{% if article.image %}
{{ article.title }}
{% endif %}
{{ content|raw }}

{% for tag in article.topics %} {{ tag }} {% endfor %}
{#
#}
{#        {{ article.content }}#}
{#    
#} {% endblock %} {% block aside %} {#

Suggestions

#} {# #} {% endblock %}