{{define "recipe"}} {{ template "head" }}
{{ template "nav" }}

{{.Title}}

{{ if ne .Portions "" }}

Portions: {{.Portions}}

{{end}}{{ if ne .Url "" }}

original recipe

{{end}}{{ if ne .Notes "" }}

{{.Notes}}

{{end}}
{{ template "footer" }} {{end}}