Note

This is a public alpha release, and therefore features and functionality may change and the software and documentation may contain technical bugs or other issues. If you discover any issues please consider registering a GitHub issue.

datasources.templatetags.datasource_extras module

datasources.templatetags.datasource_extras.access(value, arg)[source]

Template filter to access a dictionary by a key.

Parameters:
  • value – Dictionary to access
  • arg – Key to look up
Returns:

Value of key in dictionary