docs.md.j2 246 B

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