{{ if isset .Site.Params "why" }} {{ if .Site.Params.why.enable }}
{{ $whys := where .Data.Pages "Type" "intro" }} {{ range first 1 $whys }}

{{ .Params.question }}

{{ .Params.Title }}

{{ .Params.Brief }}

{{ .Content }}
{{ end }}
{{ end }} {{ end }}