{{ define "nav" }}
{{ partial "nav.html" . }}
{{ end }} {{ define "breadcrumbs" }}

{{ .Title }}

{{ end }} {{ define "content" }}
{{ .Content }}

Current list of Remote Summit attendees

    {{ range $index, $local := where .Data.Pages ".Params.type" "participant-remote" }} {{ if .Params.title }} {{ partial "participant/card.html" . }} {{ end }} {{ if eq (mod $index 6) 0 }}
    {{ end }} {{ end }}
{{ end }}