{% extends 'base.html' %} {% block content %} {% for d in data %} {{d.rendered|safe}} {% endfor %} {% endblock %}