{% if self.section %}

{{ self.title }}

{% with children=self.section.specific.get_children.live %} {% for child in children|slice:"3" %}
{% include "cards/listing-card.html" with block=child %}
{% endfor %} {% endwith %}
Veja mais {% endif %}