{% extends "zinnia/base.html" %} {% block content %} {% for object in object_list %} {{ object.html_content|safe }} {% endfor %} {% endblock %}