X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=unfold%2Fprelude.py;h=f576ed3d8931d00a8f6b72f5c06fdc41ba0937f8;hb=45273da0859095cd4e7565f7ea0fc1496ef2f2de;hp=0d93822f39b07a556618f3049b907ef12f369f6d;hpb=64be7f204b6f00244951821884a37fb74b3bbe36;p=unfold.git diff --git a/unfold/prelude.py b/unfold/prelude.py index 0d93822f..f576ed3d 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-unfold1.html + # together with this in layout-unfold2.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,