@let file = files[activeFileIndex];
@if (!hideTabs) {
@for (file of files; track file; let index = $index) {
{{ file.filename || fallbackFileName }}
}
}
@if (hideTabs) {
}
@if (canToggleSoftWrap) { } @if (canDownload) { } @if (canCopy) {
} @if (file.link) { }
@if (maxHeight) {
}