--- layout: layouts/base.njk --- {# Reusable component for creating the docs sidebar #} {% macro SidebarCategory(title, category) %}

{{ title }}

{% endmacro %}

{{ title }}

Docs List
{{ content | safe }}
{%- if collections.docs %} {%- set previousPost = collections.docs | getPreviousCollectionItem %} {%- set nextPost = collections.docs | getNextCollectionItem %} {%- if nextPost or previousPost %} {%- endif %} {%- endif %}