diff --git a/IPython/nbconvert/templates/html_full.tpl b/IPython/nbconvert/templates/html_full.tpl new file mode 100644 index 0000000..4717f9d --- /dev/null +++ b/IPython/nbconvert/templates/html_full.tpl @@ -0,0 +1,72 @@ +{%- extends 'html_basic.tpl' -%} + + +{%- block header -%} + + + + + +{{resources['metadata']['name']}} + +{% for css in resources.inlining.css -%} + +{% endfor %} + + + + + + + + + +{%- endblock header -%} + +{% block body %} + +{{ super() }} + +{%- endblock body %} + +{% block footer %} + +{% endblock footer %} \ No newline at end of file