• {{ processor.name }} {% if inline %} {% endif %}
    {% if processor.options %}

    Options

    {% for option in processor.options %} {% include "processor-option.html" %} {% endfor %}
    {% endif %} {% if processor.further and part == "main" %}
      {% for processor in processor.further %} {% include "processor-tree.html" %} {% endfor %}
    {% endif %}