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

{{post.title}}

{% for tag in post.tags %} {% if tag != exclude_tag %} #{{tag}}   {% endif %} {% endfor %}
{% if include_read_full %} {% endif %}
{% if 'excerpt' in post %} {{post.excerpt|markdown}} {% else %} {{post.content|markdown|truncatewords_html:80}} {% endif %} {% if not exclude_read_more %} {% endif %}
{% if post.image %}
{% sourceset post.image 3 %}
{% endif %}