{% extends "base.html" %} {% block header %} {% include "partials/header.html" %} {% endblock %} {% block extrahead %} {{ super() }} {% include "partials/seo.html" %} {% endblock %} {% block tabs %} {{ super() }} {% endblock %} {% block footer %} {% include "partials/footer.html" %} {% endblock %} {% block content %} {% if page.meta.generated == True %} {% set _ = page.__setattr__('edit_url', '') %} {% endif %} {{ super() }} {% if page.meta.authors %} {% for author in page.meta.authors %} {% if loop.first %} Author: {% endif %} {{ author }}{%- if not loop.last -%},{%- endif -%} {% endfor %} {% endif %} {% if config.extra.giscus and config.extra.giscus.repo_id %}

{{ lang.t("meta.comments") }}

{% endif %} {% endblock %}