{% extends "base.html.j2" %} {% block main %} Blog Refining how we think and teach. {% for post in posts %} {{ post.get_title()|e }} {{ post.get_description()|safe }} Read more {% endfor %} {% endblock %}
{{ post.get_description()|safe }}