{%- if is_index %}
{%- if post.description and theme.excerpt_description %}
{#####################}
{### END POST BODY ###}
{#####################}
{{ post.description }}
{%- if theme.read_more_btn %} {%- endif %} {% elif post.excerpt %} {{ post.excerpt }} {%- if theme.read_more_btn %} {%- endif %} {% else %} {{ post.content }} {%- endif %} {% else %} {{- next_inject('postBodyStart') }} {{- post.content }} {%- endif %}