{% load article_tags images_tags %} {{obj.title}} {% if obj.child_class = 'Post' %} {% autoescape off %} {% get_post_content obj.post %} {% endautoescape %} {% elif obj.child_class = 'Album' %} {{obj.headline|safe}} {% elif obj.child_class = 'Link' %} {{obj.headline|safe}} {% else %} {{obj.headline|safe}} {% endif %}