{# 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 mobile') %} {% set title = _('Firefox for Mobile Support Home Page') %} {% set hide_header_search = True %} {% set hide_plugin_check = True %} {% set top_link = url('home.mobile') %} {% set top_text = _('Firefox Help for Mobile') %} {% block content %}
{% trans %} You've come to the right place! Start by searching for solutions, or by choosing one of our support articles below. If you can't find the answer you need, our community of volunteers are ready to help. {% endtrans %}
{{ search_box(settings, id='support-search') }}