Skip to content

Commit

Permalink
Merge pull request #707 from maartenbreddels/fix_template_classic
Browse files Browse the repository at this point in the history
fix: classic templates did not render
  • Loading branch information
SylvainCorlay committed Sep 16, 2020
2 parents 5d2fcbd + 3a4cbd5 commit 3e48015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/jupyter/voila/templates/classic/index.html.j2
@@ -1,6 +1,6 @@
{%- extends 'nbconvert/templates/classic/index.html.j2' -%}
{% import "log.macro.html.j2" as log %}
{% from 'voila_setup.macro.html.j2' import voila_setup %}
{% from 'voila_setup.macro.html.j2' import voila_setup with context %}

{%- block html_head_js -%}
{%- block html_head_js_logs -%}
Expand Down

0 comments on commit 3e48015

Please sign in to comment.