{% extends "master.html" %} {% block title %}{{hconfig(ConfigEnum.branding_title) or _('user.home.title')}}{% endblock %} {% block body_header %}

{{hconfig(ConfigEnum.branding_title) or _('user.home.title')}}:
{{_('Welcome %(user)s',user=user.name if user.name!="default" else "")}}

{%endblock%} {% block body %} {% include "home/usage.html" %}

{{_('user.home.select os')}}
{% include 'home/telegram.html' %}
{% include 'home/android.html' %}
{% include 'home/ios.html' %}
{% include "home/windows.html" %}
{{_('user.home.select tool')}}
{% include 'home/all-configs.html'%}
{% include 'home/speedtest.html' %}
{% include 'home/doh.html' %}

{{_('QR code')}}

{{_('user.home.qr-code.description')}}

{% endblock %} {% block tail_js %} {{ super() }} {% endblock %}