{% if post.highlight_image %}
Highlight Image
{% endif %} {% if post.excerpt %} {{ post.excerpt }} {% else %} {{ post.content | strip_html | truncatewords: 100 }}... {% endif %}