@if (needAuth) {

Необходима авторизация

Войти } @if (detail_item) {

{{ detail_item.name }}

{{ detail_item.rus_name }}

@if (!needAuth) {

Главы

@for (chapter of chapters.data; track $index) {

{{ chapter.number }}. {{ chapter.name || "Нет названия" }}

}
Читать } }