{% extends "base-gray.html.twig" %} {% block title %} {{article.title}} - Blog | {{ parent() }} {% endblock %} {% block body %}
{% if app.request.hasPreviousSession %} {% for type, messages in app.session.flashbag.all %} {% for message in messages %}
× {{ message|raw }}
{% endfor %} {% endfor %} {% endif %}
{{article.title}}

{{article.title}}

{{article.subtitle}}

{{article.category.name}}

{{ article.date | localizeddate('medium','none') }}
{{article.content | raw}}

Similar articles

{%for entity in lastArticles%}

{{entity.title}}

{{entity.subtitle | truncate(75,'...')}}
{%endfor%}

Need of help? Find someone to help you

Ask for a service
{% endblock %}