You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: