Hello, World!

For-loop

For-loop with index

{% for entry in example_list %}
  • {{ loop.index }} {{ entry }}
  • {% endfor %}