...

Text file src/github.com/noirbizarre/gonja/testData/macro2.helper

Documentation: github.com/noirbizarre/gonja/testData

     1{% macro greeter_macro() %}
     2{% from "macro.helper" import imported_macro, imported_macro_void %}
     3One greeting: {{ imported_macro("Dirk") }} - {{ imported_macro_void() }}
     4{% endmacro %}

View as plain text