I want to query all products and load them in a dict with category-id as key using a context processor. Then I want to make this dict available in a template, in order to send it to a template tag as argument.
Is it possible to use the context without a view? Your help is appreciated.