--- layout: base.njk pageType: recipe ---
{% if isDraft %}
⚠️ This recipe is still a draft and may be incomplete or subject to changes.
{% endif %} {% if plantBased === false %}
This recipe contains products of animal agriculture. Animal agriculture is a significant contributor to greenhouse gas emissions, deforestation, water pollution, and worker exploitation. Consider exploring plant-based alternatives to reduce negative impacts.
{% endif %}

{{ title }}

{% if isDraft %} Draft {% endif %}

Version {{ recipeVersion }}

{% if amount %}

Amount: {{ amount }}

{% endif %} {% if cookingTime %}

Cooking Time: {{ cookingTime }}

{% endif %}
{{ content | safe }}
{% set recipeTags = page.inputPath | extractTagsFromFile %} {% if recipeTags.length > 0 %}

Tags

{% endif %} {% if not isDraft and isNewestVersion %} {% endif %} {% set recipeData = collections.recipesBySlug[recipeSlug] %} {% set nonDraftVersions = [] %} {% for version in recipeData.versions %} {% if not version.data.isDraft %} {% set nonDraftVersions = (nonDraftVersions.push(version), nonDraftVersions) %} {% endif %} {% endfor %} {% if nonDraftVersions.length > 1 %} {% endif %}