{% extends 'public_layout.html.twig' %}
{% block title %}{{ 'Billets'|trans }}{% endblock %}
{% block content %}
{{ include('post/index.frame.html.twig', {posts: posts}) }}
{% endblock %}