{% if post.excerpt_separator %} {{ post.excerpt | strip_html }} {% else %} {{ post.content | strip_html | truncate: 200 }} {% endif %}