From 1da95ba1de157ff194984a61f341cde5f9b04aad Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 21 Dec 2020 17:44:24 +0100 Subject: [PATCH] add public feed --- templates/app/home.html.twig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/templates/app/home.html.twig b/templates/app/home.html.twig index 2baa523..975757c 100644 --- a/templates/app/home.html.twig +++ b/templates/app/home.html.twig @@ -25,6 +25,20 @@ développé par Simon Vieille

+ + {% if mailings|length %} +
+ +
+ {% endif %} {% endblock %}