Top "Templatetags" questions

A template tag is a symbol within a template that does something.

Django 1.10.1 'my_templatetag' is not a registered tag library. Must be one of:

I want a menu thats custom depending which group you are member of. Im using Django 1.10.1, allauth and so on. …

django django-allauth templatetags
Django registration of tag library not working

I try to register my custom template tag library in django, but unfortunately it isnt working! I want to create …

python django templatetags
Django: How to get field value dynamically using custom template tags?

I'm writing a generic template tag that could return a model's field value dynamically based on user inputs in template …

python django dynamic model templatetags