{% assign pageSection = "" %} {% if page.url contains "/ui/" %} {% assign pageSection = "UI" %} {% elsif page.url contains "/icons/" %} {% assign pageSection = "Icons" %} {% elsif page.url contains "/illustrations/" %} {% assign pageSection = "Illustrations" %} {% elsif page.url contains "/emails/" %} {% assign pageSection = "Emails" %} {% endif %} {% assign metaTitle = title %} {% if seoTitle %} {% assign metaTitle = seoTitle %} {% endif %} {% assign metaDescription = description %} {% if seoDescription %} {% assign metaDescription = seoDescription %} {% endif %} {% assign siteName = "Tabler Documentation" %} {% if pageSection != "" %} {% assign siteName = "Tabler " | append: pageSection | append: " Documentation" %} {% endif %} {{ metaTitle }} | {{ siteName }} {% if metaDescription %}{% endif %} {% if metaDescription %}{% endif %} {% if metaDescription %}{% endif %} {% 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 %}
{% for lib in libs.js -%} {% if docs-libs contains lib[0] or libs.global-libs contains lib[0] or lib[0] == "clipboard" -%} {% for file in lib[1] -%} {% endfor -%} {% endif -%} {% endfor -%}