{{ post.title }}
{% endif %}
{% if post.tags %}
{% endif %}
{{ post.body | safe }}
{% set images = post.images | default([]) %}
{% if images %}
{% for image in images %}
{% endfor %}
{% endif %}
{% set videos = post.videos | default([]) %}
{% if videos %}
{% for video in videos %}
{% endfor %}
{% endif %}
{% if post.castid %}
{% endif %}