{{ if ne .Portions "" }}
Portions: {{.Portions}}
{{end}}{{ if ne .Url "" }}Original recipe: link
{{end}}{{ if ne .Notes "" }}{{.Notes}}
{{end}}{{define "recipe"}}
{{ template "head" }}
{{.Title}}
{{ if ne .Portions "" }}
Portions: {{.Portions}}
{{end}}{{ if ne .Url "" }}Original recipe: link
{{end}}{{ if ne .Notes "" }}{{.Notes}}
{{end}}