{{title}}

{{subtitle}}

{% unless authors.empty %}{% endunless %} {% if logo %}{% endif %}

Table of Features

Features

{% for feature in contents %}

{{feature.name}}

{{ feature.description | parse | relevel:2 | markdown }}
{% for scenario in feature.elements %}

{{scenario.name}}

{{ scenario.description | parse | relevel:3 | markdown }}
{% unless scenario.steps.empty %}
{% unless scenario.description=="" %}

Steps

{% endunless %}
    {% for step in scenario.steps %}
  1. {{step.keyword | strip}} {{step.name}}

    {% if step.doc_string %} {{ step.doc_string.value | highlight: step.doc_string.content_type }} {% endif %} {% if step.rows %} {% for cell in step.rows[0].cells %} {% endfor %} {% for row in step.rows %} {% unless forloop.first %} {% for cell in row.cells %} {% endfor %} {% endunless %} {% endfor %}
    {{ cell }}
    {{ cell | escape_once }}
    {% endif %}
  2. {% endfor %}
{% endunless %}
{% endfor %}
{% endfor %}