{% if post.link %}

{{ post.title }}

{% else %}

{{ post.title }}

{% endif %} {% if post.excerpt %}

{{ post.excerpt | markdownify | strip_html | truncate: 160 }}

{% endif %}