Forum

Vitali Kurdasov
      Has successfully completed the online course Intermediate (200)
      Has successfully completed the online course Basics (100)
      Has successfully completed the online course Advanced (310)
      Has successfully completed the Intermediate Certification
    3 years ago #26619
    Up
    2
    Down
    ::

    Hi Klaus,

    You can iterate in templates with the mustache notation. This will look like this:

    {{#pathToArray}}
    {{key}} or {{this}} if it is a simple array
    {{/pathToArray}}

    You can find more information here.