summaryrefslogtreecommitdiff
path: root/wk9/lect/hello/templates
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-09 08:49:01 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-09 08:49:01 +0000
commit37a731b6ebaab06b2ccd192c8847f86fcd951b01 (patch)
tree43f2cbb71f38cd441e27aaeccb2c39762cfa5c28 /wk9/lect/hello/templates
parent04f63687b84f26e4459b28a54b4bee680bc2206c (diff)
Tue, Jul 9, 2024, 1:49 AM -07:00
Diffstat (limited to 'wk9/lect/hello/templates')
-rw-r--r--wk9/lect/hello/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wk9/lect/hello/templates/index.html b/wk9/lect/hello/templates/index.html
index 9870414..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, {{ placeholder }}
+ hello, {{ name }}
</body>
</html>