Forum

Vitali Kurdasov
Moderator
    Has successfully completed the online course Introduction
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Advanced (300)
    Has successfully completed the online course Basics (100)
    Has successfully completed the online course Advanced (310)
    Has successfully completed the online course Advanced (320)
    Has successfully completed the Intermediate Certification
    Has successfully completed the Advanced Certification
4 years, 11 months 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.