Welcome to Zebulon
A to do list application
{% for task in tasks %} {% if task['SHOW'] == "YES" %} {% if task['COMPLETED'] == "NIL" %}
{% else %}
{% endif %}
{% if task['TITLE'] == "FIND THE MEANING OF LIFE" %}
42
{% else %}
{{ task['TITLE']|title }}
{% endif %}
{% endif %} {% endfor %}