{% if conf.experimental %} {% endif %} {% if conf.since %} {{ conf.since }}{% if conf.until %}-{{ conf.until }}{% endif %} {% endif %} {% if conf.tags and false %} {{ conf.tags | join: ", " }} {% endif %} {% if conf.requires %} {% assign list = (conf.requires | split: ',') %} {% for item in list %} {{item}} {% endfor %} {% endif %} {% assign here = conf.url | prepend: site.baseurl -%}

{% if conf.label %}{{ conf.label }}{% else %}{{ conf.name }}{% endif %}

{% if conf.brief %}

{{conf.brief}}

{% endif %} {% if conf.settings %}
{% for opt in conf.settings %}
{{opt.name}} {% if opt.subopts %}
{% for sub1 in opt.subopts %} {{sub1.name}} {% if sub1.subopts %}
{% for sub2 in sub1.subopts %} {{sub2.name}} {% if sub2.subopts %}
{% for sub3 in sub2.subopts %} {{sub3.name}} {% endfor %}
{% endif %} {% endfor %}
{% endif %} {% endfor %}
{% endif %}
{% endfor %}
{% endif %}