{% extends "base.html" %} {% block content %} {{ super() }} {% if git_page_authors %}
Authors: {{ git_page_authors | default('enable mkdocs-git-authors-plugin') }}
{% endif %} {% endblock %} {% block config %} {{ super() }} {% if "localsearch" in config["plugins"] %} {% endif %} {% endblock %}