I’m trying to reuse partial b passing variables from dict to html componenet and $related method.
{{ partial "index/column-style1" (dict "category" "State") }}
I can access this variable at html level <h4><span>{{ .category }} News</span></h4>
But can’t use it here {{ $related := .Site.RegularPages.RelatedTo ( keyVals "tags" "USE_category_HERE" "state")}}