{% from './macros.html' import blog_card %} {{page.title}} {% include 'seo_tags_post.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 "sidebar.html" %}
{% if page.related %} {% endif %} {% block aside %} Tags:
{% for tag in page.tags %} {{tag.title}} {% endfor %} {% endblock %}