{{ t('home') }}
{{ t('services') }}
{{ t('pricing') if t('pricing') else '收费' }}
{{ t('download') if t('download') else '下载' }}
{{ t('help') if t('help') else '帮助' }}
{{ t('contact') }}
{{ t('about') }}
{{ t('online') }}
{{ t('language') if t('language') else 'Language' }}
{% for lang_code, lang_name in languages.items() %}
{{ lang_name }}
{% endfor %}
{% block content %}{% endblock %}