@if (showKbSelector | async) { @let current = kb$ | async; {{ current?.title }} } @if (!inRaoApp) { @for (kb of knowledgeBoxes | async; track kb.id) { {{ kb.title }} } } @if (!standalone) { @for (arag of arags | async; track arag.id) { {{ arag.title }} } }