{% extends '@RapsysBlog/_base.html.twig' %} {% block content %}

{{ title.page }}

{{ description }}

{% for article in articles %} {% endfor %}
{% if ( prev is defined and prev ) or ( next is defined and next ) %} {% endif %}
{% endblock %}