{% extends "base.html" %} {% block body %} {%- set docs = get_section(path="docs/_index.md") -%}

{{ page.title }}

{%- if page.description %}

{{ page.description }}

{%- endif %} {{ page.content | safe }}
{% endblock body %}