{% load humanize %} {% load cms_tags %}
{% for post in instance.get_posts %}

{{post.title}}

{{post.description}}

{% endfor %}