docs.md.j2 169 B

1234567
  1. {%- for item in xap.documentation.order -%}
  2. {%- if not item[0:1] == '!' -%}
  3. {{ xap.documentation.get(item) }}
  4. {% else %}
  5. {%- include item[1:] %}
  6. {% endif %}
  7. {% endfor %}