layouts/shortcodes/grabpage.html (2 lines of code) (raw):

{{ $file := .Get 0 }} {{ with .Site.GetPage $file }}{{.Content}}{{end}}