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