{% 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 %}
{% include "content_title.html" ignore missing %} {% if content.toc %}
🗒️ {{ content.toc }}
{% endif %}
{{ content.html }}
{% if content.date %} {% endif %}
{% if content.back_links %}
Back-links
{% endif %} {% if content.tags %} {# Only the first tag for now #} {% set tag = content.tags[0] %} {% set related_content = site_data.tag.map[tag] %} {% if related_content | length > 1 %}
Related {{tag}} content
{% endif %} {% endif %} {% if comments is defined %}
{{ comments }}
{% elif site.extra.comments.source is defined and content.date %} {%include "comments.html" ignore missing %} {% endif %} {% endblock %} {% block tail %} {{ super() }} {%if content.extra.mermaid %} {% endif %} {% endblock %}