+16
−2
+12
−2
+2
−30
template/functions.py
0 → 100644
+41
−0
Loading
- Change the `run` filter to be a function. Usage should be nicer now:
`{{ run(['id', '-u'])['stdout'] }}`. Keep the filter for a few
releases to avoid breakage.
- A few filters were missing from the README, add the documentation.