{%- 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' }) }}
{% block content %}{% endblock %}
{% include 'macros/footer.html' %} {% block footer %}{% endblock %}