{% 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 %}

{% 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}} {% endfor %}
{% endif %}