diff --git a/inquisitor/app.py b/inquisitor/app.py index 5c447be..7381a43 100644 --- a/inquisitor/app.py +++ b/inquisitor/app.py @@ -107,7 +107,7 @@ def feed_for_sources(source_names): selection = active_items[:100] - return render_template("feed.html", + return render_template("feed.jinja2", items=selection, mdeac=[ {'source': item['source'], 'itemid': item['id']} diff --git a/inquisitor/templates/feed.html b/inquisitor/templates/feed.jinja2 similarity index 100% rename from inquisitor/templates/feed.html rename to inquisitor/templates/feed.jinja2