{{/* layouts/partials/profile.html */}}
{{ with .Params.profileImage }} {{/* strip leading “/” if present, otherwise leave as-is */}} {{ $img := replaceRE "^/" "" . }} {{ $.Params.name }} {{ end }}

{{ .Params.name }}

{{ .Params.description }}

{{ range .Params.socials }} {{ end }}