{% if post.image %}
{{ post.title }}
{% else %}
{{ post.title}}
{% endif %}
{% if post.image %} {{ post.title}} {% endif %}

{{ post.excerpt }}