{#if activeManga}
{manga?.title}
{[manga?.author, manga?.artist].filter(Boolean).filter((v, i, a) => a.indexOf(v) === i).join(" · ")}
{manga.description}
{totalCount} {totalCount === 1 ? "chapter" : "chapters"}{readCount > 0 ? ` · ${readCount} read` : ""}
No folders yet
From Ch.{continueChapter.chapter.chapterNumber}