{{ post.title }}

{% if post.excerpt %}
{{ post.excerpt|safe }}
{% endif %}
{{ post.body|safe }}
{% if post.gallery_images %}
{% for img in post.gallery_images %} {% endfor %}
{% endif %}
{% if post.tags.all %}
Tags: {% for tag in post.tags.all %} {{ tag.name }} {% endfor %}
{% endif %}