I'm trying to understand how netbox application is working (https://github.com/netbox-community/netbox). In a template "sidenav.html" it uses a custom tag "nav" this way:
{% load nav %}
{% nav %}
Can you tell me what's behind that and where or how can I find it?