jinja loop variable and htmx ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ jinja has a loop variable that is very handy to use with htmx. Whether you want to implement a click to load more or an infinite scroll this loop variable is... Date: April 6, 2024 jinja has a loop variable that is very handy to use with htmx . Whether you want to implement a click to load more or an infinite scroll this loop variable is very handy. ``` {% for person in persons %}