{{- $context := .context }}
{{- $src := .src }}
{{- with $context }}
{{- with .Page.Resources.Match $src }}
{{- range . }}
{{- $src = .RelPermalink }}
{{- end }}
{{- end }}
{{- $page := .Page }}
{{- range $page.OutputFormats }}
{{- $page.Scratch.Set (printf "%sHasSwagger" (.Name | lower)) true }}
{{- end }}
{{- end }}