{{ .Title }}
{{ .PublishDate.Format "January 2, 2006"}}
    {{- $data.description -}}
Ingredients
- 
        {{- range $data.recipeIngredient -}}
          
 - {{ end }}
 
Instructions
- 
        {{- range $data.recipeInstructions -}}
        
 - {{ end }}
 
{{- $data.description -}}