1
0
Fork 0

2 : Ajout du module de recherche internet

This commit is contained in:
barda 2017-03-07 18:26:52 +01:00
parent d79e3dbf35
commit 0724c49ae7
23 changed files with 360 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{% if hours|int() in range(16,17) %}
oui il est l'heure
{% else %}
non pas encore
{% endif %}