qmk_firmware/data/templates/xap/docs/docs.md.j2
2022-02-15 05:19:13 +11:00

7 lines
No EOL
169 B
Django/Jinja

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