westerveltco / django-simple-nav

A simple, flexible, and extensible navigation menu for Django
https://django-simple-nav.westervelt.dev
MIT License
11 stars 0 forks source link

Add `get_context_data` to `Nav` #35

Closed joshuadavidthomas closed 7 months ago

joshuadavidthomas commented 7 months ago

The Nav should have a get_context_data method to allow for a little bit more flexibility users to override the context. Move the items rendering into that method.