{% load humanize %} {% load cms_tags %}

{{ instance.title }}

{% for post in instance.get_posts %}

{{post.title}}

{{post.description}}

{% endfor %}