{%- from 'macros/helpers.jinja2' import os_names, theme_color -%}
{{ envvars_localized('SERVICE_NAME', this.alt) }}{% block title %}{% endblock %}
{% include 'macros/style.html' %}
{% if this.alt in bag('alternatives', 'rtl') %}
{% endif %}
{{ os_names({
'ipad': 'iOS',
'iphone': 'iOS',
'linux': 'Linux',
'x11': 'Linux',
'mac': 'Mac OS',
'windows': 'Windows'
}) }}
{#- attempt to use a localized logo, fallback to the default if a localized logo doesn't exist #}
{%- set logo_path = envvars('LOGO_PATH') %}
{%- set localized_logo_path = logo_path|replace('_en.', '_' + this.alt + '.')|trim('/')|asseturl %}
{% block nav_list %}{% endblock %}
{% if site.config.list_alternatives()|length > 1 %}