{% extends 'layouts/base.njk' %} {% block content %} {% recipeimage image, "c-recipe__header-image", title, "100vw" %}

{{ title }}

{% for tag in tags %} {{ tag }} {% endfor %}
{% if time or not servings == "" %}
{% if time %}

{% include "icons/time.svg" %}{{ time }}

{% endif %} {% if not servings == "" %}

{{ site.servingsLabel }}

{% endif %}
{% endif %}

{{ site.ingredientsLabel }}

{{ content | safe }} {% if sourceLabel and sourceURL %}

Source : {{ sourceLabel }}

{% endif %}
{% endblock %}