{# Support Portal - Main Page #} {% set page_group = "common" %} {% include 'components/head.html' %}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %} {# Hero Section with Search #}

How can we help you?

Search our knowledge base or browse categories below

{% include 'support/partials/search-bar.html' %}
{# Featured/Popular Articles #} {% if featuredArticles and featuredArticles|length > 0 %} {% endif %} {# Categories Grid #}

Browse by Category

{% if categories and categories|length > 0 %}
{% for category in categories %} {% include 'support/partials/category-card.html' with {'category': category} %} {% endfor %}
{% else %}

No categories yet

Categories will appear here once they are created

{% endif %}
{# Recent Articles #} {% if recentArticles and recentArticles|length > 0 %} {% endif %}
{% include 'components/footer.html' %}