1
0
mirror of https://framagit.org/tykayn/date-poll-api synced 2023-08-25 08:23:11 +02:00
date-poll-api/templates/pages/home.html.twig
2020-10-26 11:39:04 +01:00

11 lines
200 B
Twig

{% extends 'base.html.twig' %}
{% block body %}
<section class="home">
<h1>Accueil</h1>
<div>
{{ polls|length }} sondages
</div>
</section>
{% endblock %}