{{ $t("about.body") }}
8 |{{ post.description }}
21 |{{ $d(Date.parse(show.premieredAt), "short") }}
23 |{{ $t("show.episodes", show.episodeCount) }}
24 |15 | {{ 16 | $t("show.premiered_at", { 17 | date: $d(Date.parse(show.premieredAt), "short"), 18 | }) 19 | }} 20 |
21 |22 | {{ $t("show.episodes", show.episodeCount) }} 23 |
24 |{{ show.description }}
27 |28 | — 29 | {{ 30 | $t("show.from_wikipedia") 31 | }} 32 |
33 |