9 lines
124 B
Plaintext
9 lines
124 B
Plaintext
|
{% for i in examples %}
|
||
|
{{ i.label }}
|
||
|
|
||
|
.. code-block:: {{ i.lang }}
|
||
|
|
||
|
{{ lookup('file', i.file)|indent(2) }}
|
||
|
|
||
|
{% endfor %}
|