Hi,
I am storing code of .jade file in db. After selecting that particular .jade code from DB it will be a string.
My jade code is also including other .jade code. How to convert that .jade code which is fetched from db to .html code using pyjade.simple_convert() frunction?
Hi,
I am storing code of .jade file in db. After selecting that particular .jade code from DB it will be a string.
My jade code is also including other .jade code. How to convert that .jade code which is fetched from db to .html code using pyjade.simple_convert() frunction?