You get a bonus - 1 coin for daily activity. Now you have 1 coin

Is there a break/continue in loops in the Twig template engine?

Practice




Is there a break/continue for loops in the Twig template engine?

most likely not, you'll have to use a twisted workaround

{% set count=0%}
{% for Metro in Metros %}

{% set count=count+1%}
{% if count<6 %}

{% endif%}

{% endfor %}


or use the loop variable

Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Running server side scripts using PHP as an example (LAMP)"

Terms: Running server side scripts using PHP as an example (LAMP)