Files
import chevron
def render_this_extension(_client_files):
with open("extension-cssjs.mustache") as f:
return chevron.render(f).strip()
import chevron
def render_this_extension(_client_files):
with open("extension-cssjs.mustache") as f:
return chevron.render(f).strip()