{% extends 'base.html' %} {% block title %}{{title}}{% endblock %} {% block head %} {% include "_og_card.html" %} {% endblock %} {% block content %}
{% if image is defined %}
{% endif %}

{{title}}

{% if subtitle %}: {{subtitle}}{%endif%} {{date | format_datetime}}

{{date}}

{% if link %}

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

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