{* NOTE: the col element needs to wrap the ratio element for whatever reason *}

{{ .Name }}

{{- if .Comment }}

{{ raw: parsePixivRedirect(.Comment) }}

{{- end }}
{{- include "followButtons" . }}
{{- range .Artworks }} {* TODO: the fifth artwork is essentially hidden on medium devices and larger due to col-md-3 *}
{{ include "thumbnail-dt" . }}
{{ include "thumbnail-tt" . }}
{{- end }}