{% if post.featured_image %} {% endif %} {{ post.published_at|date:"F j, Y" }} {{ post.author|default:"Admin" }} {% if post.category %} {{ post.category.name }} {% endif %} {{ 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 previous_post %} {{ previous_post.title|truncatechars:50 }} {% else %} {% endif %} {% if next_post and previous_post %} {% endif %} {% if next_post %} {{ next_post.title|truncatechars:50 }} {% endif %}