Files
qmk_firmware-mirror/data/templates/xap/docs/docs.md.j2
T
2026-02-11 17:06:08 +00:00

12 lines
247 B
Django/Jinja

{{ constants.GPL2_HEADER_XML_LIKE }}
{{ constants.GENERATED_HEADER_XML_LIKE }}
{%- for item in xap.documentation.order %}
{% if not item[0:1] == '!' %}
{{ xap.documentation.get(item) }}
{% else %}
{% include item[1:] %}
{% endif %}
{% endfor %}