{% if special_result and featured_serp_contents.answer_type == "aeropress_recipe" and results_type != "image" %}

Random Aeropress Recipe

Here's a random Aeropress recipe for you:

  1. Weigh and grind {{ featured_serp_contents.dose }}{% if featured_serp_contents.dose_is_point_five %}.5{% endif %} grams of coffee. Your coffee should be ground at {{ featured_serp_contents.grind_size }} on a Comandante ({% if featured_serp_contents.grind_size < 15 %}medium-fine{% elif featured_serp_contents.grind_size < 23 %}medium{% elif featured_serp_contents.grind_size < 26 %}medium-coarse{% else %}coarse{% endif %}).
  2. Prewet {{ featured_serp_contents.filters }} filter paper{% if featured_serp_contents.filters > 1 %}s{% endif %}.
  3. {% if featured_serp_contents.inverted == True %}
  4. Invert your Aeropress.
  5. {% endif %}
  6. Start your timer and pour {{ featured_serp_contents.water }} grams of water into your Aeropress.
  7. {% if featured_serp_contents.stirring == "before putting the cap on" or featured_serp_contents.stirring == "both before putting the cap on and before plunging" %}
  8. Stir the Aeropress {{ featured_serp_contents.stir_times }} time{% if featured_serp_contents.stir_times > 1 %}s{% endif %}.
  9. {% endif %} {% if featured_serp_contents.inverted == True %}
  10. Put the cap on the Aeropress and flip it.
  11. {% endif %}
  12. Wait until {{ featured_serp_contents.time }} and then plunge the Aeropress.
  13. {% if featured_serp_contents.stirring == "both before putting the cap on and before plunging" %}
  14. Stir the Aeropress {{ featured_serp_contents.stir_times }} time{% if featured_serp_contents.stir_times > 1 %}s{% endif%}.
  15. {% endif %}
  16. Enjoy your delicious coffee.

{% endif %} {% if featured_serp_contents and featured_serp_contents.answer_type == "direct_answer" %} {% elif special_result and featured_serp_contents.answer_type == "code" %} {% endif %}