{% extends 'layout.html.twig' %} {% block ogtags %} {% if article.image %} {% endif %} {% endblock %} {% block body %}
{% if canEdit %} Edit article {% endif %} {% if is_granted('ROLE_ADMIN') %} {% endif %}

{{ 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 }}
{% if article.topics|length > 0 %}
{% for tag in article.topics %} {{ tag }} {% endfor %}
{% endif %}

{#
#}
{#        {{ article.content }}#}
{#    
#} {% endblock %} {% block aside %} {#

Suggestions

#} {# #} {% endblock %}