{# vim: set ts=2 et sts=2 sw=2: #} {% extends "base.html" %} {% from "includes/common_macros.html" import search_box %} {% set styles = ('wiki', 'home') %} {% set scripts = ('wiki',) %} {% set classes = ('home desktop') %} {% set title = _('Firefox Support Home Page') %} {% set hide_header_search = True %} {% set active_side_link = 1 %} {% block content %}
{% trans %} You've come to the right place! Start by searching our site below, or browse our list of popular support articles. If you can't find the answer you need, our community of volunteers are ready to help you find a solution. {% endtrans %}
{{ search_box(settings, id='support-search') }}