{{- extends "layout/default" }} {{- import "blocks/pagination" }} {{- import "blocks/underlinenav" }} {{- block body() }}
{{- if .User.BackgroundImage }} {{ .User.Name }} profile background image {{- end }}

{{ .User.Name }}

{{ .User.Following }} Following | {{ .User.MyPixiv }} MyPixiv

{{- if .User.Webpage }} {{- end }} {{- range index, item := .User.Social }} {{- if index == "pawoo" }} {{- else }} {{- end }} {{- end }}

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

Frequently used tags

{{- range .User.FrequentTags }} #{{ .Name }} {{- if .TranslatedName }} ({{ .TranslatedName }}){{- end }} {{- end }}
{{- baseURL := "/users/" + .User.ID + "/" }} {{- paths := slice("" + "#checkpoint", "illustrations" + "#checkpoint", "manga" + "#checkpoint", "novels" + "#checkpoint", "bookmarks" + "#checkpoint") }} {{- names := slice("All", "Illustrations", "Manga", "Novels", "Bookmarks") }} {{- yield UnderlineNav(baseURL=baseURL, paths=paths, names=names, activeState=.Category + "#checkpoint") }}
{{- if .Category != "novels" }}

Illustrations and Manga

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

Novels

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

{{- end }}
{{- end }}
{{- url := "/users/" + .User.ID + "/" + .Category + "?page="}} {{- paginationData := createPaginator(url, "#checkpoint", .Page, -1, 1, 5) }} {{- yield pagination(data=paginationData) }}
{{- end }}