{{ .CharacterCount }} character(s){{ floor: .ReadingTime / 60 }} mins
{{- 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 }}
{{- range .Tags }}
{{- if isEmphasize(.) }}
{* Intentionally empty to not render anything to avoid duplication *}
{{- else }}
#{{ . }}
{{- end }}
{{- end }}