Progress Bar
{% for task in tasks%}
{{task}}
{% endfor %}
{%for item in checked_items%}
{{item}}
{%endfor%}
{%if show%}
{{msg}}
{% endif %}
Another Goal