I have a model Category
, and I want its objects to always be displayed in a navigation menu in my base.html
template (which all of my other templates extend).
I want to learn best-practices so would like to know what the correct/accepted way of providing this data to the template is.