mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-09 16:59:16 +00:00
add "with context" to access variables with macro
This commit is contained in:
@@ -83,7 +83,7 @@ cat > ${tmps}/dotfiles/macro_file << _EOF
|
|||||||
_EOF
|
_EOF
|
||||||
|
|
||||||
cat > ${tmps}/dotfiles/abc << _EOF
|
cat > ${tmps}/dotfiles/abc << _EOF
|
||||||
{%@@ from 'macro_file' import macro @@%}
|
{%@@ from 'macro_file' import macro with context @@%}
|
||||||
{{@@ macro(local) @@}}
|
{{@@ macro(local) @@}}
|
||||||
_EOF
|
_EOF
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user