{{ range first 1 (where (where .Site.Pages ".Params.tags" "intersect" .Params.tags) "Permalink" "!=" .Permalink) }} {{ $.Scratch.Set "has_related" true }} {{ end }} {{ if $.Scratch.Get "has_related" }}

Related posts

{{ $num_to_show := .Site.Params.related_content_limit | default 7 }} {{ range first $num_to_show (where (where .Site.Pages ".Params.tags" "intersect" .Params.tags) "Permalink" "!=" .Permalink) }}

{{ .Title }}

{{ end }}
{{ end }}