From 6a87af3d605aa21549dee94b8ac2cc9b839b6f55 Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Fri, 20 Mar 2020 13:39:15 -0700 Subject: [PATCH] Update hide.tpl --- nbdev/templates/hide.tpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nbdev/templates/hide.tpl b/nbdev/templates/hide.tpl index 0a37cc784..17ccb58f2 100644 --- a/nbdev/templates/hide.tpl +++ b/nbdev/templates/hide.tpl @@ -1,5 +1,11 @@ {%- extends 'basic.tpl' -%} +{% block codecell %} + {{ "{% raw %}" }} + {{ super() }} + {{ "{% endraw %}" }} +{% endblock codecell %} + {% block input_group -%} {%- if cell.metadata.collapse_show -%}