bedrock/base/templates/base-protocol-mozilla.html (15 lines of code) (raw):

{# This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. #} {% extends 'base-protocol.html' %} {% block body_class %}mzp-t-mozilla{% endblock %} {% block site_css %} {{ css_bundle('protocol-mozilla') }} {% if ftl_file_is_active('navigation_refresh') and ftl_file_is_active('footer-refresh') %} {{ css_bundle('m24-navigation-and-footer') }} {% else %} {{ css_bundle('legacy-navigation-and-footer') }} {% endif %} {% endblock %}