Would like to know, what is the proper way to do "include" using pyjade. Should we use the jade language include or the django include. Using pyjade these two are different in implementation.
Jade include : include ./layout.jade
Django include : - include "layout.jade" which would then convert into a django templatetag.
Hi,
Would like to know, what is the proper way to do "include" using pyjade. Should we use the jade language include or the django include. Using pyjade these two are different in implementation.
So, which of the above is the correct usage/