8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
{% macro import(path, lang) %}
|
|
```{{ lang }}
|
|
{% set code %}
|
|
{% include path %}
|
|
{% endset %}
|
|
{{ code | safe | replace(" ", "•") }}
|
|
```
|
|
{% endmacro %} |