{% extends 'layouts/base.njk' %} {% block content %} {% recipeimage image, "c-recipe__header-image", title, "100vw" %}
{% include "icons/time.svg" %}Prep: {{ time.prep }}
{% endif %} {% if time.cook %}{% include "icons/time.svg" %}Cook: {{ time.cook }}
{% endif %} {% if not time.cook and not time.prep %}{% include "icons/time.svg" %}Total: {{ time }}
{% endif %} {% endif %} {% if duration %}{% include "icons/time.svg" %}Total: {{ duration }}
{% endif %} {% if not servings == "" %}{{ site.servingsLabel }}
{% endif %}