Use better fallback language for config files

This commit is contained in:
Eike Kettner
2020-09-16 00:21:18 +02:00
parent 8e1d32272e
commit 7dbbe03a56
6 changed files with 14 additions and 14 deletions

View File

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