{% 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 %}
{{ summary }}
{{ content | headings-id }} {% include "docs/pagination.html" %}