django.template.base Node Example Code

Node is a class within the django.template.base module of the Django project.

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

Example 1 from django-angular

django-angular (project examples website) is a library with helper code to make it easier to use Angular as the front-end to Django projects. The code for django-angular is open source under the MIT license.

django-angular / djng / templatetags / djng_tags.py