Initial commit
This commit is contained in:
10
testfil_if.j2
Normal file
10
testfil_if.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
{% for item in namn %}
|
||||
{% if item == "Joakim" %}
|
||||
* {{ item }} är deras farbror
|
||||
{% elif "tte" in item %}
|
||||
* {{ item }} bor med {{ "kalle anka"|title }}
|
||||
{% else %}
|
||||
* {{ item }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user