Pretty much just what the title says, this code will return false when rendered inside index.html.
Makes sense to me because I am going through a section of the site to fetch content, but felt like it might be worth to raise the flag.
{{ range where (.Site.GetPage "section" "story").Sections ".Params.options.unlisted" false | intersect (where .Site.Pages "Params.story_featured" "=" true) }}
{{ partial "story-card.html" . }}
{{ end }}
story-card.html:
<div class="
{{ if .IsHome }}
col-md-4
{{ else }}
col-md-6
{{ end }}
col-lg-4
">