jinja2.ext.Extension.attr

Extension.attr(name, lineno=None)[source]

Return an attribute node for the current extension. This is useful to pass constants on extensions to generated template code.

self.attr('_my_attribute', lineno=lineno)