+
+ {{
+ story?.author.username
+ }}
+
+
+
+
+
+ {{ item.name }}
+
+ {{
+ (index < story!.currentChapter?.bands.length - 1 && ", ") ||
+ ""
+ }}
+
+
+
+
+
+
+ {{ item }}
+ {{
+ (index < story!.currentChapter?.genre.length - 1 && ", ") ||
+ ""
+ }}
+
+
+
+
+
+
+ {{ item.join("/") }}
+ {{
+ (index < story!.currentChapter?.relationships.length - 1 &&
+ ", ") ||
+ ""
+ }}
+
+
+
+
+
+
+ {{ item
+ }}{{
+ (index < story!.currentChapter?.characters.length - 1 &&
+ ", ") ||
+ ""
+ }}
+
+
+
+
+ {{
+ story?.currentChapter.nsfw ? "Adult" : "Suitable for most audiences"
+ }}
+
+
+
+
+
+
+
+ {{
+ format(
+ Date.parse(story?.currentChapter.posted as unknown as string),
+ "EEEE, LLL dd yyyy @ hh:mm:ss.SSS aa",
+ )
+ }}
+
+ {{
+ format(
+ Date.parse(story?.currentChapter.posted as unknown as string),
+ "yyyy-MM-dd",
+ )
+ }}
+
+
+
+