Addon docs

This commit is contained in:
eikek
2022-05-16 15:01:28 +02:00
parent d077cc30cd
commit 5abbe92f2b
28 changed files with 1834 additions and 3 deletions

View File

@ -1,4 +1,4 @@
``` bash
{% set data = load_data(path=path) %}
``` bash
{{ data | safe }}
```

View File

@ -0,0 +1,4 @@
{% set data = load_data(path=path) %}
``` json
{{ data | safe }}
```