You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% set first = true %}
{% for part in content %}
{% if not first %}
<div style="page-break-after: always"></div>
{% else %}
{% set first = false %}
{% endif %}
{{ part|raw }}
{% endfor %}
Expected Result
No warning
Actual Result
l.6 c.9 : WARNING Unused variable "first".
The text was updated successfully, but these errors were encountered:
Steps required to reproduce the problem
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: