{{- extends "layout/default" }} {{- import "blocks/comments" }} {{- block body() }}
{{- include "fragments/artwork" .Illust }}
{{- combinedUrl := "/artworks-multi/" + joinArtworkIds(.Illust.RecentWorks) }}
{{- range .Illust.RecentWorks }} {* NOTE: indivisble col-7 to create a visible affordance *}
{{ include "fragments/thumbnail-dt" . }}
{{ include "fragments/thumbnail-tt" . }}
{{- end }}
{{- yield Comments(data=.Illust, contentType="illust") }}
{{- if len(.Illust.RelatedWorks) > 0 }}

Related works

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