{{- extends "layout/default" }} {{- block body() }}
{{- include "fragments/artwork" .Illust }}
{{ .Illust.User.Name }} Other works by {{ .Illust.User.Name }} » {{- combinedUrl := "/artworks-multi/" + joinArtworkIds(.Illust.RecentWorks) }}
{{- range .Illust.RecentWorks }}
{{- include "fragments/thumbnail-dt" . }}
{{- end }}

Comments {{- if .Illust.CommentDisabled == 1 }}

The creator turned comments off

{{- else if .Illust.Comments == 0 }}

There are no comments yet

{{- else }} {{ range .Illust.CommentsList }}
{{ .AuthorName }}
{{- .AuthorName }}

{{- if .Stamp }} /proxy/s.pximg.net/common/images/stamp/generated-stamps/{{ .Stamp }}_s.jpg {{- else }} {{ raw: parseEmojis(.Context) }} {{ end }}

{{ .Date }}
{{- end }} {{ end }}

Related works

{{- include "fragments/small-tn" .Illust.RelatedWorks }}
{{- end }}