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,7 @@
Voici les info de {{ feed }}
{% set count = 1 %}
{% for item in items %}
Info {{ count }}. {{ item.title }}
{% set count = count + 1 %}
{% endfor %}