{{ post.title }}
{{ post.date | date: "%B %d %H:%M %Z"}}
{{ post.content }}
{% else %}{{ post.title }}
{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}
{% endif %}