From 29d17fb848fa7dcab24b434e57d08c32e8ebf4fe Mon Sep 17 00:00:00 2001
From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com>
Date: Tue, 9 Jul 2024 08:41:18 +0000
Subject: Tue, Jul 9, 2024, 1:41 AM -07:00

---
 wk9/lect/hello/templates/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'wk9/lect/hello/templates/index.html')

diff --git a/wk9/lect/hello/templates/index.html b/wk9/lect/hello/templates/index.html
index 28aaf9f..7e90e67 100644
--- a/wk9/lect/hello/templates/index.html
+++ b/wk9/lect/hello/templates/index.html
@@ -6,6 +6,6 @@
         <title>hello</title>
     </head>
     <body>
-        Hello, World
+        hello, {{ name }}
     </body>
 </html>
-- 
cgit v1.2.3