Expose config context to templates
Open
enhancement
- Dominant language
- Go
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Templates will need to access the rendered config context data of the device to use it for custom settings not available in Netbox.
The config context is a JSON object we can deserialize into `map[string]interface{}`.
Templates can use the `index` function to access arbitrary values in a map.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.