{% extends "base.html" %} {% block extrahead %} {{ super() }} {% if page and page.meta and page.meta.description %} {% elif config.extra.description %} {% endif %} {% endblock %} {% block footer %} {{ super() }} {% if page and page.file and page.file.src_uri %}
{% include "partials/icons/github.svg" %} Исходный файл (.md)
{% endif %} {% endblock %}