[Answered ]-Django display a view in every page

2👍

You should add a context processor

https://docs.djangoproject.com/en/dev/ref/templates/api/#writing-your-own-context-processors

so that each template will found baslikar variable in the context.

However it is not clear how your hepsi function works, since the variable baslikar is never used… Maybe it is computed in locals()?

Leave a comment