{% extends "base.html" %} {% block title %}{{ page.title }} | {{ config.title }}{% endblock title %} {% block toc %} {% set docs_section = get_section(path="_index.md") %} {{ macros::toc_nav(docs_section=docs_section, current_page=page) }} {% endblock toc %} {% block content_id %}{{ page.slug }}{% endblock content_id %} {% block content %}