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
Post a Comment