Implement shopify templates in django -


i bought ella shopify template because of awesome design implement in django project in rush. after buying found isn't standard html5 css3 template bunch of ".liquid" files. when opened few files found template language similar. need know possible use ".liquid" files shopify theme in django. please advise because love template.

template bought @ http://themeforest.net/item/ella-responsive-shopify-template/9691007.

at least can transform ".liquid" files html5?

thanks.

change .liquid file extension .html , css , js .liquid extension .html well. make sure context coming python code because template mention requires create shopify id , render context shopify processor.

there ways make python context processors work .liquid files won't recommend it. complicate project.


Comments