Forum

Vitali Kurdasov
Moderator
    4 years, 6 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.