{{ $title := .Title }} {{ $desc := .Params.description }} {{ $source := printf "https://github.com/grpc/grpc.io/tree/master/content/%s" .File.Path }}
{{ partial "nav.html" . }}

{{ .Title }}

{{ with $desc }}

{{ . }}

{{ end }}
{{ partial "content.html" (dict "content" .Content "constrained" true) }}