Skip to content

Commit

Permalink
refactor: rename html to j2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgafnea committed May 1, 2024
1 parent bb52819 commit ec68b5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_index() -> str:
this, that = response.values()
paragraph = f"Basically it's {this} for {that}"

return render_template("index.html", header=header, paragraph=paragraph)
return render_template("index.html.j2", header=header, paragraph=paragraph)


if __name__ == "__main__":
Expand Down
File renamed without changes.

0 comments on commit ec68b5f

Please sign in to comment.