Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way to acceed to loop data #323

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Jul 17, 2013

  1. Add a way to acceed to loop data

    when using block {{#anArray}} {{/anArray}}
    You may accedd to loop datas with @Index @Arrayindex and @Length
    {{@Index}} / {{@Length}}
    will output
    1 / 12
    2 / 12
    3 / 12
    ...
    @Arrayindex start at 0 instead of 1
    bubbatls committed Jul 17, 2013
    Configuration menu
    Copy the full SHA
    f4c5826 View commit details
    Browse the repository at this point in the history