Hello {{ name }}, you are on the home page!

{% if display %}

This is being displayed!

{% else %}

This is not being displayed!

{% endif %} {% for x in mylist %}

{{ x }}

{% endfor %} {% for x in listofdictionaries %}

{{ x.name }}

{% endfor %}