{{- if .AiType == 2 }}
AI-generated
{{- end }}
{{- range .Tags }}
{* NOTE: early block to catch the R-18 tag *}
{{- if isEmphasize(.) }}
{{ . }}
{{- end }}
{{- end }}
{{- if .IsOriginal }}
Original
{{- end }}
{{- if .Genre != "0" }}
{{ novelGenre: .Genre }}
{{- end }}
{{- range .Tags }}
{{- if isEmphasize(.) }}
{* Intentionally empty to not render anything to avoid duplication *}
{{- else }}
{* NOTE: the following is needed due to incomplete fields in .Novel.UserNovels *}
{{- if .Bookmarks == 0 }}
—
{{- else }}
{{ .Bookmarks }}
{{- end }}
{{ parseTime: .CreateDate }}