{% extends "base.html" %} {% block title %}AI2Apps{% endblock %} {% block head %} {% endblock %} {% block content %}
{{ t('shell.active_app') }} {{ t('shell.home.name') }}

{{ t('shell.home.eyebrow') }}{% if desktop_client_version | default('', true) %} · v{{ desktop_client_version }}{% endif %}

{{ t('shell.home.hero.line1') }}
{{ t('shell.home.hero.line2_prefix') }}{{ desktop_device_label | default('Device', true) }}{{ t('shell.home.hero.line2_suffix') }}

{{ t('shell.home.intro') }}

{{ t('shell.home.open_source.title') }} {{ t('shell.home.open_source.description') }}
{{ t('shell.home.status.title') }}{{ t('shell.home.status.prefix') }}{{ desktop_device_label | default('Device', true) }}{{ t('shell.home.status.suffix') }}
{{ t('shell.home.status.local') }}

{{ t('shell.home.apps.eyebrow') }}

{{ t('shell.home.apps.title') }}

{% endblock %} {% block scripts %} {% endblock %}