{{ define "title" }} {{ .Site.Title }} {{ end }} {{ define "main" }}

{{ .Title }}

{{ .Content }} {{ $packageInfo := getJSON "./package.json" }} {{ print $packageInfo.repository.url }}
{{ end }}