{% for plugin in site.cssPlugins %} {% endfor %} {% if docs-libs -%} {% for lib in libs.css -%} {% if docs-libs contains lib[0] -%} {% for file in lib[1] -%} {% endfor -%} {% endif -%} {% endfor -%} {% endif %} {% include "docs/navbar.html" %}
{% include "docs/menu.html" %}

{{ title }}

{{ summary }}

{{ content | headings-id }} {% assign children = collections.docs | collection-children: page %} {% if children.size > 0 %}
{% for c in children %} {% include "docs/docs-card.html" href=c.url title=c.data.title description=c.data.description icon=c.data.icon %} {% endfor %}
{% else %} {% assign next-prev = collections.docs | next-prev: page %} {% endif %}
{% assign toc = content | toc %} {% if toc.size > 0 %}

Table of Contents

{% endif %}
{% if docs-libs -%} {% for lib in libs.js -%} {% if docs-libs contains lib[0] or libs.global-libs contains lib[0] -%} {% for file in lib[1] -%} {% endfor -%} {% endif -%} {% endfor -%} {% endif -%}