{% if excerpt %} {% if summary_headings and content_headings != '' and heading_summary %} {{ content_headings | markdownify }} {% else %} {{ content_stripped | truncatewords: summary_length }} {% endif %} {% else %} {{ post.content | remove_first: separator }} {% endif %}