fix: haiku_view still used jinja as extension

This commit is contained in:
Christoph J. Scherr 2025-02-25 18:32:29 +01:00
parent 3fcfdb2c8e
commit 5fa2122972
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB

View file

@ -37,6 +37,6 @@ def haiku_view(haiku_id):
} }
return render_template( return render_template(
"haiku.jinja", "haiku.html",
context=context, context=context,
title="Haiku of the Day") title="Haiku of the Day")