{{ post.data.selftext_html|safe }}
{% endif %} {% if post.data.post_hint == 'hosted:video' %} {% elif post.data.is_gallery %} {% for gallery_item in post.data.gallery_data['items'] %} {% with img = post.data.media_metadata[gallery_item.media_id] %} {% endwith %} {% endfor %} {% elif post.data.post_hint == 'image' %} {% for img in post.data.preview.images %} {% endfor %} {% elif post.data.url %} {{ post.data.url }} {% endif %}