Time slot over-subscribed
|
{{ partial "participant/invited.html" (dict "page" . "name" $self.Params.title) }}
{{ partial "link.html" . }}
{{ partial "widgets/clues.html" .}}
{{ if .Params.room_id }}
{{ if in .Params.room_id "villa" }}
{{ $villa := index .Site.Data.schedule.villas .Params.room_id }}
{{ $villa.location }} - {{ $villa.title }} villa
{{ else if in .Params.room_id "room" }}
{{ $room := index .Site.Data.schedule.rooms .Params.room_id }}
{{ $room.title }} room
{{ else if in .Params.room_id "table" }}
{{ $room := index .Site.Data.schedule.main_hall .Params.room_id }}
{{ $room.title }}
{{ else }}
{{ .Params.room_id }}
{{ end }}
{{ end }}
{{ $participants := $.self.Scratch.Get .Params.title}}
{{ range $participants}}
{{ if eq (printf "%T" .) "string" }}
{{ $page := $.self.Scratch.Get . }}
{{ if eq (printf "%T" $page) "*hugolib.Page" }}
{{ if $page.Params.image }}
![]() |