{% if post.image %}
{% if post.video_embed %}
{% endif %} {{post.title}}
{% endif %}
{% if post.tags.size > 0 %} {% endif %}

{{ post.title }}

{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | truncate: 160 }}{% endif %}