X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=unfold%2Fprelude.py;h=0d93822f39b07a556618f3049b907ef12f369f6d;hb=5741daf5436565a4090495e7c3a1e6cb2c445b52;hp=9492e806153b940541738a5f205421d76b5ffa6f;hpb=cc4949a4ffb46ef309e660778afc9244fed4215d;p=myslice.git diff --git a/unfold/prelude.py b/unfold/prelude.py index 9492e806..0d93822f 100644 --- a/unfold/prelude.py +++ b/unfold/prelude.py @@ -48,7 +48,7 @@ class Prelude: # env['js_chunks']= '\n'.join(self.js_chunks) # env['css_chunks']='\n'.join(self.css_chunks) # return env - # together with this in layout-myslice.html + # together with this in layout-unfold1.html # {% for js_file in js_files %} {% insert_str prelude js_file %} {% endfor %} # {% for css_file in css_files %} {% insert_str prelude css_file %} {% endfor %} # somehow however this would not work too well,