Skip to content

Could you please add working examples on loops #3

@bastman

Description

@bastman

Hi, I'm currently having issues getting the for-loop example to work.

Could you please help me with this?

Thanks a lot ...

  {%- for person in ['Bob', 'Joe', 'Jen', 'Amy'] %}
  * {{ person }} will come to the party!
  {%- endfor %}


  {% for i in range(11) %}
  { { i } }
  {% endfor %}

results in: Failure! Could not parse template.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions