{{template "layout.html" .}} {{define "title"}}{{ title .Name }}{{end}} {{define "content"}}
{{ .Race }}{{ if .Necromancer}} necromancer{{end}} {{ .Type }} {{- if .Profession }} of {{ .Profession }}s {{- end }} {{- if ne .Parent -1 }} of {{ entity .Parent }} {{- end }} {{- if and (eq .Type "religion") (gt (len .WorshipId) 0) }} centered around the worship of {{ hfList .WorshipId }} {{- end }} {{- if eq .Type "militaryunit" }} {{- if gt (len .WorshipId) 0 }} devoted to the worship of {{ hfList .WorshipId }} {{- end }} {{- if gt (len .WorshipId) 0 }} , dedicated to the mastery of {{ andList .Weapons }} {{- end }} {{- end }}
{{- if gt (len .Sites) 0 }}{{ json . }}
{{- end }}