From e0ca887623682d059c6513a1ce36228d4e8c4f21 Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Fri, 27 Mar 2026 11:29:40 +0100 Subject: Upload to web repo --- templates/bargain.html | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 templates/bargain.html (limited to 'templates/bargain.html') diff --git a/templates/bargain.html b/templates/bargain.html new file mode 100644 index 0000000..50abde7 --- /dev/null +++ b/templates/bargain.html @@ -0,0 +1,53 @@ +{% extends "layout.html"%} + +{% block title %} + Bargain Finder +{% endblock %} + +{% block main %} + +
+
+
+ +
+
+
+ + + + +
+
+ +
+
+
+ + +
+
    + {% for item in deals %} +
  1. +
    +
    +
    {{ item[0] }}
    +

    + {{ item[1]['price'] | usd }} + Go to Deal +

    +
    +
    +
  2. + {% endfor %} +
+
+ +
+ Increase your savings! +
+{% endblock %} -- cgit v1.2.3