mirror of
https://framagit.org/tykayn/date-poll-api
synced 2023-08-25 08:23:11 +02:00
11 lines
200 B
Twig
11 lines
200 B
Twig
{% extends 'base.html.twig' %}
|
|
{% block body %}
|
|
|
|
<section class="home">
|
|
<h1>Accueil</h1>
|
|
<div>
|
|
{{ polls|length }} sondages
|
|
</div>
|
|
</section>
|
|
{% endblock %}
|