Skip to content Skip to sidebar Skip to footer

Is It Possible To Load A Custom Template Tag In Base And Use It In Extented Templates

I loaded a custom template tag note_extras.py in base.html. base.html
{% load note_extras %} {% block content %} {% endblock %}