{% extends "master.html" %} {% from './macros.html' import blog_card %} {% block customcss %} {% endblock %} {% block title %} {{page.title}} {% endblock %} {% block seoTags %} {% include 'seo_tags_post.html' %} {% endblock %} {% block header %}
{{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 %}