django.template.base token_kwargs Example Code

token_kwargs is a callable within the django.template.base module of the Django project.

Context, FilterExpression, Node, NodeList, Parser, Template, TemplateSyntaxError, TextNode, Token, TokenType, VariableDoesNotExist, and VariableNode are several other callables with code examples from the same django.template.base package.

Example 1 from django-floppyforms

django-floppyforms (project documentation and PyPI page) is a Django code library for better control over rendering HTML forms in your templates.

The django-floppyforms code is provided as open source and maintained by the collaborative developer community group Jazzband.

django-floppyforms / floppyforms / templatetags / floppyforms.py