func NewSourcePage(document *gedcom.Document, source *gedcom.SourceNode, googleAnalyticsID string, options *PublishShowOptions, indexLetters []rune, placesMap map[string]*place) *SourcePage {
    return &SourcePage{
        document:          document,
        source:            source,
        googleAnalyticsID: googleAnalyticsID,