-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Qute iterating by number #6963
Labels
Milestone
Comments
Maybe the Having total = 3: {#for i in total}
{i}
{/for} Would output
Whereas: {#for i in total desc}
{i}
{/for} Would output
|
DaHoC
pushed a commit
to DaHoC/quarkus
that referenced
this issue
Jul 4, 2024
DaHoC
pushed a commit
to DaHoC/quarkus
that referenced
this issue
Jul 4, 2024
DaHoC
pushed a commit
to DaHoC/quarkus
that referenced
this issue
Jul 4, 2024
DaHoC
pushed a commit
to DaHoC/quarkus
that referenced
this issue
Jul 4, 2024
DaHoC
pushed a commit
to DaHoC/quarkus
that referenced
this issue
Jul 4, 2024
holly-cummins
pushed a commit
to holly-cummins/quarkus
that referenced
this issue
Jul 31, 2024
danielsoro
pushed a commit
to danielsoro/quarkus
that referenced
this issue
Sep 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Iterate by a number instead of by a list of elements.
Implementation ideas
I think we could do things more complex like in FreeMarker but at least having this structure would help a lot in some cases.
The text was updated successfully, but these errors were encountered: