• 04
    Jul / 2013
    no image
    Programming | | No Comments
    The view is responsible for the preparation of data for a given template and returning the requested page. What about if we need to generate dynamic content at the main template of our website? In this post I will show you, how to use custom template context processor to dynamically generate site navigation in the master template.