We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: 3
{var $a = ['a','b','c']} <ul> <li n:foreach="$a as $item" class="{first}prvni{/first}">{$item}</li> </ul>
{var $a = ['a','b','c']}
<ul>
<li n:foreach="$a as $item" class="{first}prvni{/first}">{$item}</li>
</ul>
https://fiddle.nette.org/latte/#fa5e97d0d4
on latte 2.11 work
The text was updated successfully, but these errors were encountered:
118a070
Fixed {first} inside n:foreach [Closes #298]
6e1afea
b8e3ca3
edb3ae5
cfc3f80
377a7ea
No branches or pull requests
Version: 3
{var $a = ['a','b','c']}
<ul>
<li n:foreach="$a as $item" class="{first}prvni{/first}">{$item}</li>
</ul>
https://fiddle.nette.org/latte/#fa5e97d0d4
on latte 2.11 work
The text was updated successfully, but these errors were encountered: