Skip to content

Commit bcd598d

Browse files
committed
Rename the template
1 parent 07e3e3f commit bcd598d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def get_completion_progress() -> (
8080

8181

8282
if __name__ == '__main__':
83-
template = Template(Path('template.html').read_text())
83+
template = Template(Path('template.html.jinja').read_text())
8484

8585
output = template.render(
8686
completion_progress=get_completion_progress(), generation_time=generation_time
File renamed without changes.

0 commit comments

Comments
 (0)