{% extends "base.html" %} {% from 'products/includes/product_macros.html' import product_cards with context %} {% from 'includes/common_macros.html' import featured_articles %} {% set canonical_url = canonicalize(viewname='home') %} {% set ga_content_group = "home" %} {% block hidden_search_masthead %} {% endblock %} {% block masthead %}

{{ _('Search Support') }}

{{ search_box(settings, id='support-search-masthead', params=search_params) }}
{% endblock %} {% block contentwrap %}

{{ _('Get Help') }}

{{ _('Pick your product') }}

{{ product_cards(products) }}
{% if featured %}

{{ _('Featured Articles') }}

{{ featured_articles(featured) }}
{% endif %}
{% include "landings/includes/join-our-community-callout.html" %}
{% endblock %} {% block outer_side %} {% endblock %} {% block breadcrumbs %} {% endblock %}