{% if environment == 'production' %} {% 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 %} {% elsif environment == 'development' %} {% endif %} {% if environment == 'production' %} {% include "layout/analytics.html" %} {% endif %} {% for plugin in site.cssPlugins %} {% endfor %} {% if docs-libs -%} {% for lib in libs -%} {% if docs-libs contains lib[0] -%} {% for file in lib[1].css -%} {% endfor -%} {% endif -%} {% endfor -%} {% endif %}
{% include "docs/navbar.html" %}
{% include "docs/menu.html" %}

{{ title }}

{% if added-in %} {% assign added-in-label = "Added in " | append: added-in %}
{% include "ui/badge.html" color="primary" light=true text=added-in-label %}
{% endif %}

{{ summary }}

{{ content | headings-id }} {% include "docs/pagination.html" %}
{% include "docs/toc.html" %}
{% for lib in libs -%} {% if docs-libs contains lib[0] or libs.global-libs contains lib[0] or lib[0] == "clipboard" -%} {% for file in lib[1].js -%} {% endfor -%} {% endif -%} {% endfor -%} {% if environment == 'production' %} {% endif %}