mirror of
https://github.com/Luzifer/repo-template.git
synced 2024-11-10 08:30:03 +00:00
4 lines
No EOL
186 B
Text
4 lines
No EOL
186 B
Text
{% macro greeter_macro() export %}
|
|
{% import "macro.helper" imported_macro, imported_macro_void %}
|
|
One greeting: {{ imported_macro("Dirk") }} - {{ imported_macro_void() }}
|
|
{% endmacro %} |