docspell/website/site/templates/shortcodes/incl_conf.md

5 lines
69 B
Markdown
Raw Normal View History

2020-07-27 20:13:22 +00:00
{% set data = load_data(path=path) %}
2022-05-16 13:01:28 +00:00
``` bash
2020-07-27 20:13:22 +00:00
{{ data | safe }}
```