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 07e3e3f commit bcd598dCopy full SHA for bcd598d
generate.py
@@ -80,7 +80,7 @@ def get_completion_progress() -> (
80
81
82
if __name__ == '__main__':
83
- template = Template(Path('template.html').read_text())
+ template = Template(Path('template.html.jinja').read_text())
84
85
output = template.render(
86
completion_progress=get_completion_progress(), generation_time=generation_time
template.html renamed to template.html.jinja
0 commit comments