{% block content %}{% endblock %}
{% block outer_side %}
{% block side_top %}{% endblock %}
{% block side %}{% endblock %}
{{ for_contributors(request, user, settings.WIKI_DEFAULT_LANGUAGE) }}
{% endblock %}
{% block side_promos %}
{% if not waffle.flag('editing-tools-show-hide') %}
{% endif %}
{% if not hide_plugin_check %}
{% endif %}
{% endblock %}
{% block side_bottom %}{% endblock %}
{{ _('Be Awesome')|safe }}
{% trans %}Did you know that Firefox Help is powered by volunteer superheroes all around the world?{% endtrans %}
{{ _('Grab your cape and join us »')|safe }}{{ _('Check your plugins')|safe }}
{% trans %} What is a plugin? Why should I keep them updated? Answer these questions and run an instant check to see if you're up to date. {% endtrans %}
{{ _('Find out more »')|safe }}
{% if h1_text %}
{{ h1_text }}
{% else %}
{{ _('Firefox Help') }}
{% endif %}