From 452efb67ed38c0151ea92217366be842bd553c9f Mon Sep 17 00:00:00 2001 From: Bussonnier Matthias Date: Sun, 23 Dec 2012 22:26:49 +0100 Subject: [PATCH] less flag in templates --- .../html/notebook/templates/notebook.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/IPython/frontend/html/notebook/templates/notebook.html b/IPython/frontend/html/notebook/templates/notebook.html index a9a458fa8..40d40ca0a 100644 --- a/IPython/frontend/html/notebook/templates/notebook.html +++ b/IPython/frontend/html/notebook/templates/notebook.html @@ -17,11 +17,17 @@ window.mathjax_url = "{{mathjax_url}}"; - - - - +{% if use_less %} + + + + + +{% else %} + +{% endif %} + {% endblock %} {% block params %} @@ -182,7 +188,10 @@ data-notebook-id={{notebook_id}} {% block script %} +{% if use_less %} +{% endif %} +