---
title: "While"
canonical: "https://support.appfire.com/space/PSCONF/15305828/While"
format: markdown
---
> Macro (aura-html)

While loops are similar to for loops but it can be easier (or sometimes the only way) to determine how many times the loop should go.

## Example 1

> Macro (excerpt-include)