#jinja2: lstrip_blocks: True {% if item.short is defined %} {{ item.short }} {% endif %} {% if item.description is defined %} {{ item.description }} {% endif %} {% for name, value in (item.option | default({})).items() %}