X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=templates%2Flayout-myslice.html;h=f8cdc10b88edb13fc297bea83f9b6d22350383a5;hb=5168df3527056a01fa0ba11d4f40e9039350808f;hp=855e4aadb1aeb4d237e5c528d91550f9a0bb9d6f;hpb=80bed4d9f0a68e0944d291c65f749ce3f8f9cd2d;p=unfold.git diff --git a/templates/layout-myslice.html b/templates/layout-myslice.html index 855e4aad..f8cdc10b 100644 --- a/templates/layout-myslice.html +++ b/templates/layout-myslice.html @@ -9,13 +9,12 @@ +{{ header_prelude }} {# let's add these ones no matter what #} @@ -25,10 +24,6 @@ {% insert_str prelude "js/plugin.js" %} {% insert_str prelude "css/myslice.css" %} -{# also add the stuff as collected in a Prelude class #} -{% for js_file in js_files %} {% insert_str prelude js_file %} {% endfor %} -{% for css_file in css_files %} {% insert_str prelude css_file %} {% endfor %} - {% block container %}