{% extends 'layout/default.html.twig' %} {% block title %}{% endblock %} {% block description %}{% endblock %} {% block main %}

Articles

{% for post in posts %}

{{ post.h2 ? post.h2 : post.h1 }}

{% endfor %}
{% endblock %}