--- layout: default --- {% if page.categories.columns %} {% assign columns = page.categories.columns %} {% else %} {% assign columns = 3 %} {% endif %} {% if page.categories %}
{% if page.categories.title %}

{{ page.categories.title }}

{% endif %} {% if page.categories.subtitle %}

{{ page.categories.subtitle | escape }}

{% endif %}
{% for item in site.data.navigation_home %} {% if item.title %} {% assign doc_url = item.doc | prepend:"/" | append:"/" %} {% assign doc = site.docs | where:"url", doc_url | first %}
{% if item.icon %} {% endif %}

{{ item.title }}

{% if item.desc %}

{{ item.desc }}

{% endif %}
{% endif %} {% endfor %}
{% endif %} {% comment %} ONLY include section if there are featured pages. {% endcomment %} {% assign featured_exists = false %} {% for doc in site.docs %} {% if doc.tags contains page.featured.tag and featured_exists != false %} {% assign featured_exists = false %} {% endif %} {% endfor %} {% if page.featured.tag and featured_exists == true %}
{% if page.featured.title %}

{{ page.featured.title }}

{% endif %}
{% endif %} {% if page.section %}
{% if page.section.title %}

{{ page.section.title }}

{% endif %} {% if page.section.subtitle %}

{{ page.section.subtitle | escape }}

{% endif %}
{{ content }}
{% endif %} {% if page.cta.button_url contains 'http' %} {% assign domain = '' %} {% else %} {% assign domain = relative_url %} {% endif %} {% if page.cta %}

{{ page.cta.title }}

{% if page.cta.subtitle %}

{{ page.cta.subtitle | escape }}

{% endif %} {{ page.cta.button_text }}
{% endif %}