{{ with $.Site.Params.homeInfoParams }}
<article class="first-entry">
    <header class="entry-header">
        <h2>{{ .Title }}</h2>
    </header>
    <section class="entry-content">
        <p>{{ .Content | plainify | htmlUnescape }}</p>
    </section>
    {{- with $.Site.Params.socialIcons }}
    <div class="social-icons">
        {{ partial "social-icons.html" . }}
    </div>
    {{- end }}
</article>
{{end}}