{% block extra_head %}{% endblock %}
{% if current_view != 'dashboard' %}

{{ t('browse_search') }} {% if current_view == 'claude' %} {{ t('claude') }} {% elif current_view == 'cursor' %} {{ t('cursor') if t('cursor') else 'Cursor' }} {% elif current_view == 'trae' %} {{ t('trae') if t('trae') else 'Trae' }} {% elif current_view == 'kiro' %} {{ t('kiro') if t('kiro') else 'Kiro' }} {% else %} {{ t('qwen') }} {% endif %} {{ t('conversation_history') }}

{% endif %}
{% block breadcrumb %}{% endblock %} {% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}