{{template "head" .View}} {{template "header" .View}}
{{template "page_header" (pageHeader .View "pages.tours.title" "pages.tours.description" "/static/images/pages/tours.jpg")}}

{{t .View "pages.tours.title"}}

{{t .View "toursContent.intro"}}

{{t .View "toursContent.capacity"}}

{{t .View "toursContent.facts.seasonLabel"}}

{{t .View "toursContent.facts.season"}}

{{t .View "toursContent.facts.scheduleLabel"}}

{{t .View "toursContent.facts.schedule"}}

{{t .View "toursContent.facts.durationLabel"}}

{{t .View "toursContent.facts.duration"}}

{{t .View "toursContent.facts.noticeLabel"}}

{{t .View "toursContent.facts.notice"}}

{{template "section_heading" (sectionHeading .View "" "toursContent.requirementsTitle" "")}}
    {{range .Requirements}}
  • {{index . "text"}}
  • {{end}}
{{range .Sections}}

{{index . "title"}}

{{index . "body"}}

{{end}}

{{t .View "toursContent.giftsTitle"}}

    {{range .Gifts}}
  • {{index . "text"}}
  • {{end}}

{{t .View "toursContent.importantTitle"}}

    {{range .Important}}
  • {{index . "text"}}
  • {{end}}

{{t .View "toursContent.recordingTitle"}}

{{t .View "toursContent.recordingBody"}}

{{t .View "toursContent.closing"}}

{{t .View "toursContent.contactTitle"}}

{{t .View "toursContent.contactBody"}}

{{t .View "toursContent.contactPhoneLabel"}}: {{t .View "toursContent.contactPhone"}}

{{t .View "toursContent.contactEmailLabel"}}: {{t .View "toursContent.contactEmail"}}

{{t .View "toursContent.formCta"}} →
{{template "footer" .View}} {{template "scripts" .View}}