date-poll-api/templates/pages/home.html.twig

11 lines
200 B
Twig
Raw Normal View History

2020-10-26 11:39:04 +01:00
{% extends 'base.html.twig' %}
{% block body %}
<section class="home">
<h1>Accueil</h1>
<div>
{{ polls|length }} sondages
</div>
</section>
{% endblock %}