{{- with or .Title site.Title site.Params.title | plainify }}
{{- end }}
{{- with or .Description site.Params.description | plainify | htmlUnescape | chomp }}
{{- end }}
{{- $twitterSite := "" }}
{{- with site.Params.social }}
{{- if reflect.IsMap . }}
{{- with .twitter }}
{{- $content := . }}
{{- if not (strings.HasPrefix . "@") }}
{{- $content = printf "@%v" . }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}