{% if author %} {% endif %} {% if tags %} {% endif %}

{{title}}

{% if author %} By {{author}} {% endif %} {% if published_date %} Published on {{published_date | date_format(format="%B %d, %Y")}} {% endif %} {% if reading_time %} {{reading_time}} min read {% endif %}
{% if featured_image %} {{title}} {% endif %} {{content | markdown | safe}}
{% if tags %}
Tags: {% for tag in tags %} {{tag}} {% endfor %}
{% endif %} {% if enable_sharing %} {% endif %}
{% if analytics_id %} {% endif %}