{% extends "base-gray.html.twig" %} {% block 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 %}

Tricks and advice for the daily

{%if article is not null%} {%endif%}
{%for cat in categories%} {%endfor%}
{%for entity in articles%}
{{entity.title}}

{{entity.title}}

{{entity.subtitle}}

{%endfor%}
{{ knp_pagination_render(articles) }}

Need of help? Find someone to help you

Ask for a service
{% endblock %}