X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ui%2Ftemplates%2Fbase.html;h=f29b71b66e0eb70be63f6bb05c296599909402d8;hb=HEAD;hp=b551df760c21c6e2e73531e51ec6e424916a04d1;hpb=e6184193b74ac6d5c52289546dae9121bdd99008;p=myslice.git diff --git a/ui/templates/base.html b/ui/templates/base.html index b551df76..f29b71b6 100644 --- a/ui/templates/base.html +++ b/ui/templates/base.html @@ -1,11 +1,10 @@ -{# This is required by insert_above #}{% insert_handler %} - - MySlice - {{ title }} +{# This is required by insert_above #}{% insert_handler %} + +MySlice - {{ title }} {# This is where insert_str will end up #}{% media_container prelude %} {% include 'messages-transient-header.html' %} - {{ header_prelude }} @@ -15,12 +14,12 @@ {% insert_str prelude "js/jquery.html5storage.min.js" %} {% insert_str prelude "js/messages-runtime.js" %} {% insert_str prelude "js/class.js" %} -{% insert_str prelude "js/plugin_helper.js" %} +{% insert_str prelude "js/plugin-helper.js" %} {% insert_str prelude "js/mustache.js" %} {% insert_str prelude "js/plugin.js" %} {% insert_str prelude "js/manifold.js" %} {% insert_str prelude "js/topmenu.js" %} -{% insert_str prelude "css/layout-unfold2.css" %} +{% insert_str prelude "css/layout-unfold.css" %} {% insert_str prelude "css/manifold.css" %} {% insert_str prelude "css/plugin.css" %} {% insert_str prelude "css/onelab_marko.css" %}