We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb770e commit 76fc7caCopy full SHA for 76fc7ca
render.py
@@ -154,7 +154,7 @@ def get_git_revision_short_hash():
154
plots = extract_cells(sys.argv[1])
155
data = extract_data(sys.argv[1])
156
157
- env = Environment(loader=FileSystemLoader('web'), extensions=['jinja2_highlight.HighlightExtension'])
+ env = Environment(loader=FileSystemLoader('templates'), extensions=['jinja2_highlight.HighlightExtension'])
158
template = env.get_template('t_index.html')
159
output_from_parsed_template = template.render(intro=md.convert(intro),
160
plots=plots,
web/t_index.html renamed to templates/t_index.html
0 commit comments