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

BLOG

{% for blog in blogs %}
{% endfor %}
{% endblock %}