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

{{.Title}}

edit delete

{{ if ne .Portions "" }}

Portions: {{.Portions}}

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

Original recipe: link

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

{{.Notes}}

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