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
I just noticed this results in my extra bullet points at the bottom of the page, seemingly disconnected from the for loop. If this could be looked at, it would be greatly appreciated.
Describe the bug
If you attempt to render sub documents in a bulleted list using a for loop, an extra bullet point is added for each sub document.
To Reproduce
{% for item in list %}
a) {{ item }}{% endfor %}
Expected behavior
The list of sub docs should be rendered correctly.
Screenshots
The text was updated successfully, but these errors were encountered: