Wher to look for custom teplate tag in django

58 Views Asked by At

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?

0

There are 0 best solutions below