{{ with resources.Get .Site.Params.profile_picture }}
<img alt="Profile Picture" src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}">
{{ end }}
<h1>{{ .Site.Title }}</h1>