{{ define "content" }} {{if and .loggedIn (eq .Gist.User.ID .user.ID)}}
Edit.
{{.csrfField}}
{{end}}
~{{.Gist.User.Handle}} - {{.Gist.Title}}
{{.Gist.Content}}
{{ end }}