parent_dir
{{ parent_dir(path) }}
computes the parent path of path
as a string. This is a less powerful alternative to {{ Path(__file__).parent }}
.
{{ parent_dir(path) }}
computes the parent path of path
as a string. This is a less powerful alternative to {{ Path(__file__).parent }}
.