{{ post.category | default: "General" }}
{{ post.title }}
{% if post.excerpt %}
{{ post.excerpt | strip_html | truncate: 200 }}
{% else %}
{{ post.content | strip_html | truncate: 200 }}
{% endif %}