recipeIngredient.html 199 B

12345678
  1. <li class="p-ingredient">
  2. {{ .Get "text" | markdownify -}}
  3. {{- with .Get "alternative" -}}
  4. <ul>
  5. <li class="p-ingredient">{{ . | markdownify }}</li>
  6. </ul>
  7. {{- end -}}
  8. </li>