{{ partial "header" . }}

Half-Baked Thought

{{ .Title | safeHTML }}

 |  notes
{{ if (and (isset .Params "context") (not (eq .Params.context ""))) }}

In reply to: {{ .Params.context }}{{ with .Params.rsvp }} (RSVP: {{ . }}){{ end }}

{{ end }}
{{ .Content | safeHTML }}
{{ if .Params.source }}

Also posted on: {{ .Params.source }}.

{{ end }}
{{ partial "single-related" . }} {{ partial "single-comments" . }}
{{ partial "footer.html" . }}