I'm not using Flask (FastAPI), found simple and independent from framework solution here: https://stackoverflow.com/a/10611713/7213505
{% for line in post.content.splitlines() %} {{ line }}<br> {% endfor %}