{% extends "base.html" %} {% block seo %} {% if content.description %} {% else %} {%- endif %} {% if content.card_image %} {% elif site.card_image %} {% endif %} {% if site.url %} {% endif %} {% if content.date %} {% endif %} {% if site.url and content.authors %} {% endif %} {% include "json_ld_content.html" ignore missing%} {% endblock %} {% block head %} {{ super() }} {%if content.extra.math %} {% endif %} {% endblock %} {% block main %} {% if content.banner_image %}
{% endif %}
{% if content.date %} {% endif %} {% if content.stream == "draft" %}
⚠️ Draft Post: This post is a draft and may not be complete yet.
{% endif %} {% include "content_title.html" ignore missing %} {% if content.series %}

Published as part of '{{ series_display_name(series=content.series) }}' series.

{% endif %} {% if content.toc %}
🗒️ {{ content.toc }}
{% endif %}
{{ content.html }}
{% if content.date %} {% endif %}
{% if site.enable_related_content and not content.series %} {% if content.back_links %}
Back-links
{% endif %} {% if content.tags %} {# Only the first tag for now #} {% set tag = content.tags[0] %} {% set tag_slug = tag | slugify %} {% set related_content = site_data.tag.map[tag_slug] %} {% if related_content | length > 1 %}
Related {{tag}} content
{% endif %} {% endif %} {% endif %} {% if site.show_next_prev_links and (content.previous or content.next) %}
{% endif %} {% if comments is defined %}
{{ comments }}
{% elif site.extra.comments.source is defined and content.date %} {%include "comments.html" ignore missing %} {% endif %} {% if content.source_path is string and (site.publish_md or site.source_repository) %}
{% set source_url = source_link(content=content) %} {% if source_url %} 📄 View source {% endif %}
{% endif %} {% endblock %} {% block tail %} {{ super() }} {%if content.extra.mermaid %} {% endif %} {% endblock %}