{{post.title}}

{% if not exclude_date %} {% if post.published_date %} {% elif post.published_at %} {% endif %} {% endif %} {% if not exclude_author %} {% var author=post.author|author_details %} {{author.title}} {% endif %}
{% for tag in post.tags %} {% if tag != exclude_tag %} {{tag}} {% endif %} {% endfor %}
{% if post.readtime %}
{{post.readtime}}
{% endif %} {% if include_read_full %}
Read full article here!
{% endif %}
{% if 'excerpt' in post %} {{post.excerpt|markdown}} {% else %} {{post.content|markdown|truncatewords_html:80}} {% endif %} {% if not exclude_read_more %}
Read more...
{% endif %}