{% extends 'kjaymiller_com/components/_base.html' %} {% block head %} {{super()}} {% include "kjaymiller_com/components/_og_card.html" %} {% endblock %} {% block content_body %}
{% if image is defined %}
{% endif %} {% set page_title_class = ["title"] %} {% include 'components/page_title.html' %}
{% if subtitle %}: {{subtitle}}{%endif%} {{date | format_datetime}}
{% if link %}

Source: {{link}} 🔗{% endif %}

{{content}}
Back to Blogs...
{% endblock %}