{% if post.image %}
{{ post.title }}
{% else %}
{{ post.title}}
{% endif %}
{% if post.image %} {{ post.title}} {% endif %} {% if post.summary %} {{ post.summary | markdownify }} {% else %}

{{ post.excerpt }}

{% endif %}