Jinja Macros: attributes
Jinja Macro Attributes n n In addition to their functionality, Jinja2 macros expose several attributes that provide information about their internal details. These attributes can be useful for introspection and debugging, allowing you to check a macro’s properties programmatically. nn n Available Attributes n n name: Returns the name of the macro as a string.n…
