{% include base.html %}
{% if post.image %}
{{ post.title }}
{% else %}
{{ post.title}}
{% endif %}
{% if post.image %} {{ post.title}} {% endif %} {% if post.description %}

{{ post.description }}

{% else %}

{{ post.excerpt }}

{% endif %}