{{ post.title }}
{% if post.subtitle %}{{ post.subtitle }}
{% endif %}
{% assign cleaned_content = post.content | strip_html | xml_escape %}
{% assign truncated_content = cleaned_content | truncatewords: 50 %}
{% if truncated_content == cleaned_content %}
{{ cleaned_content }}
{% else %}
{{ truncated_content }}
[Read More]
{% endif%}
{% if post.tags.size > 0 %}
{% endif %}