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

{{t .View "directoryContent.beforeSecurity"}}

{{range .BeforeSecurity}}{{template "dir_entry" (dirEntry $.View . "before-security" false)}}{{end}}

{{t .View "directoryContent.afterSecurity"}}

{{range .AfterSecurity}}{{template "dir_entry" (dirEntry $.View . "after-security" false)}}{{end}}
{{if .CarRentals}}
{{template "section_heading" (sectionHeading .View "" "directoryContent.carRentalsTitle" "directoryContent.carRentalsDescription")}}
{{range .CarRentals}}{{template "car_rental_card" (carRentalCard $.View .)}}{{end}}
{{end}}
{{template "footer" .View}} {{template "scripts" .View}}