{%- if is_index %}
{%- if post.description and theme.excerpt_description %}
{#####################}
{### END POST BODY ###}
{#####################}
{%- if theme.related_posts.enable and (theme.related_posts.display_in_home or not is_index) %}
{{ partial('_partials/post/post-related.njk') }}
{%- endif %}
{{ post.description }}
{%- if theme.read_more_btn %} {%- endif %} {% elif post.excerpt %} {{ post.excerpt }} {%- if theme.read_more_btn %} {%- endif %} {% else %} {{ post.content }} {%- endif %} {% else %} {{ post.content }} {%- endif %}