{% extends 'base.html' %} {% block title %}{{title}}{% endblock %} {% block head %} {{super()}} {% include "_og_card.html" %} {% endblock %} {% block content %}
{% 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 %}