{{ $ := .root }} {{ $page := .page }} {{ $autolink := default true $page.Params.autolink }}

{{ with $page.Title }}{{ . | markdownify }}{{ end }}

{{ with $page.Params.subtitle }}

{{ . | markdownify }}

{{ end }}
{{ with $page.Content }}

{{ . | markdownify }}

{{ end }}
    {{ with $.Site.Params.email }}
  • {{- if $autolink }}{{ . }}{{ else }}{{ . }}{{ end -}}
  • {{ end }} {{ with $.Site.Params.keybase }}
  • @{{ . }} on Keybase.
  • {{ end }} {{ with $.Site.Params.phone }}
  • {{- if $autolink }}{{ . }}{{ else }}{{ . }}{{ end -}}
  • {{ end }} {{ with $.Site.Params.address }}
  • {{ . }}
  • {{ end }}