{% load automarkup %}
{{ post.subject }}
{% automarkup post.text %}
{% if post.followup_posts.all|length > 0 %}
{% for followup in post.followup_posts.all %} {% include 'forums/post_card.html' with post=followup %} {% endfor %}
{% endif %}