python - any solution for django template multiple inheriting? -


ie: template require data b,template c require data d,template e require data f, template c , e inherited template a. while rendering template c or e,how pass data b template a? solution passing data b , (data d or data f) while rendering template c or e.is there better solution?


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -