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 -%}