{{ extends "layout/default" }} {{ block body() }} {{ if ! .User.BackgroundImage }}
{{ else }}
{{ .User.Name }}
{{ end }}
Avatar Of User

{{ .User.Name }}

pixiv.net/u/{{ .User.ID }}
{{ .User.Following }} Following | {{ .User.MyPixiv }} MyPixiv
{{ if .User.Webpage }} Webpage {{ end }} {{ range index, item := .User.Social }} {{ index }} {{ end }}

{{ raw: parsePixivRedirect(.User.Comment) }}

Frequently Used Tags
{{ range .User.FrequentTags }} #{{ .Name }} {*
{{ if ! .TranslatedName }}
{{ .Name }}
{{ else }}
{{ .TranslatedName }}
#{{ .Name }}
{{ end }}
*}
{{ end }}
Category
All Illustrations Mangas Novels Bookmarks
{{ if .Category != "novels" }}

Illustrations and Mangas

{{ combinedUrl := "/artworks-multi/" + joinArtworkIds(.User.Artworks) }}
{{ include "components/small-tn" .User.Artworks }}
{{ else }}

Novels

{{ range .User.Novels }} {{ include "components/novel-tn" . }} {{ end }}
{{ end }}
{{ end }}