used jinja templates
This commit is contained in:
parent
aa4f085286
commit
84381325f1
5 changed files with 31 additions and 36 deletions
8
templates/menus.txt
Normal file
8
templates/menus.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
**Menu de la crèche**
|
||||
|
||||
Menu {{ menu_type.upper() }}:
|
||||
{% for day in days %}
|
||||
**{{ day.upper() }}**
|
||||
**Midi :** {{ menu[day]["midi"] }}
|
||||
**Goûter :** {{ menu[day]["gouter"] }}
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue