jinja2.exceptions.TemplateNotFound: classic/index.html.j2

Hello All,

I am trying to publish my third notebook and it is failing with this exception:

[NbConvertApp] Converting notebook notebook.ipynb to html

Traceback (most recent call last):
File “/opt/conda/bin/jupyter-nbconvert”, line 8, in
sys.exit(main())
File “/opt/conda/lib/python3.7/site-packages/jupyter_core/application.py”, line 270, in launch_instance
return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
File “/opt/conda/lib/python3.7/site-packages/traitlets/config/application.py”, line 664, in launch_instance
app.start()
File “/opt/conda/lib/python3.7/site-packages/nbconvert/nbconvertapp.py”, line 340, in start
self.convert_notebooks()
File “/opt/conda/lib/python3.7/site-packages/nbconvert/nbconvertapp.py”, line 510, in convert_notebooks
self.convert_single_notebook(notebook_filename)
File “/opt/conda/lib/python3.7/site-packages/nbconvert/nbconvertapp.py”, line 481, in convert_single_notebook
output, resources = self.export_single_notebook(notebook_filename, resources, input_buffer=input_buffer)
File “/opt/conda/lib/python3.7/site-packages/nbconvert/nbconvertapp.py”, line 410, in export_single_notebook
output, resources = self.exporter.from_filename(notebook_filename, resources=resources)
File “/opt/conda/lib/python3.7/site-packages/nbconvert/exporters/exporter.py”, line 179, in from_filename
return self.from_file(f, resources=resources, **kw)
File “/opt/conda/lib/python3.7/site-packages/nbconvert/exporters/exporter.py”, line 197, in from_file
return self.from_notebook_node(nbformat.read(file_stream, as_version=4), resources=resources, **kw)
File “/opt/conda/lib/python3.7/site-packages/nbconvert/exporters/html.py”, line 95, in from_notebook_node
return super(HTMLExporter, self).from_notebook_node(nb, resources, *kw) File “/opt/conda/lib/python3.7/site-packages/nbconvert/exporters/templateexporter.py”, line 322, in from_notebook_node output = self.template.render(nb=nb_copy, resources=resources) File “/opt/conda/lib/python3.7/site-packages/jinja2/environment.py”, line 1090, in render self.environment.handle_exception() File “/opt/conda/lib/python3.7/site-packages/jinja2/environment.py”, line 832, in handle_exception reraise(rewrite_traceback_stack(source=source))
File “/opt/conda/lib/python3.7/site-packages/jinja2/_compat.py”, line 28, in reraise
raise value.with_traceback(tb)
File “/opt/kaggle/nbconvert-extensions.tpl”, line 7, in top-level template code
{% extends ‘classic/index.html.j2’%}
jinja2.exceptions.TemplateNotFound: classic/index.html.j2`

The whole notebook is running fine with no exceptions.
Has anyone of you ever encountered such problem?
I have already raised an issue with the Kaggle team but decided to ask here as well.
Might help others in future.

Thanks in advance