{% include 'seo_tags_post.html' %}
{% include "navbar.html" %}

{{ page.title }}

{% if page.date and page.author %}

{{page.date.strftime("%B %d, %Y")}} • {{page.author}} •

{% elif page.date %}

{{page.date.strftime("%B %d, %Y")}} •

{% elif page.author %}

{{page.author}} •

{% endif %} {% if page.image %} {{page.image}} {% endif %}
{{ page.body_html|safe }}
{% for tag in page.tags %} {{tag.title}} {% endfor %}
{% include "share-page-section.html" %}
{% include "sidebar.html" %}
{% include "related-blogs.html" %} {% include "footer.html" %} {% include "javascript.html" %}