{{ if !.IsUgoira }}
{{ range index := .Images }} {{ if .Width != 0 && .Height != 0 }} {* todo: do not reflow the page because of loading image *} Page {{ index }} {{ else }} Page {{ index }} {{ end }} {{ end }}
{{ else }}
Download
Go to ugoira.com for more options {{ end }}
{{ .User.Name }}
{{ .Title }}
pixiv.net/i/{{ .ID }}
{* To know if this artwork is bookmarked: ``` {{ if .Bookmarked }} //... {{ else }} //... {{ end }} ``` Same with .Liked *} Views {{ .Views }} Bookmarks {{ .Bookmarks }} Likes {{ .Likes }} Date {{ parseTime: .Date }}
{{ if .AiType == 2 }} AI-generated {{ end }} {{ range .Tags }} {{ if isEmphasize(.Name) }} {{ .Name }} {{ else }} #{{ .Name }}{{ .TranslatedName }} {{ end }} {{ end }}

{{ raw: parsePixivRedirect(.Description) }}