Pagination Numbers On title tag

i would like to know how to skip the first page from showing Page 1 and only display this on Page 2 and so on?
using this code below to show page number but i dont want to show Page 1 on the homepage

{{ if .IsNode }}{{ .Paginator.PageNumber }}{{ end }}