{% if kicker %}

{{ kicker }}

{% endif %} {% if method %}

{{ method }}

{% endif %} {% if intro %}

{{ intro }}

{% endif %}
{% if ratio %}Ratio {{ ratio }}{% endif %} {% if grind %}Grind {{ grind }}{% endif %} {% if water %}Water {{ water }}{% endif %} {% if temperature %}Temp {{ temperature }}{% endif %} {% if time %}Time {{ time }}{% endif %}
{% if steps %}
    {% for step in steps %}
  1. {{ forloop.Counter }}
    {% if step.title %}

    {{ step.title }}

    {% endif %} {% if step.text %}

    {{ step.text }}

    {% endif %}
  2. {% endfor %}
{% endif %}