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