{% if description %}

{{ description }}

{% endif %} {% if steps %}
    {% for s in steps %}
  1. {{ s.name }}
    {% if s.description %}
    {{ s.description }}
    {% endif %} {% if s.actions %} {% endif %}
  2. {% endfor %}
{% endif %}