summaryrefslogtreecommitdiff
path: root/wk9/lect/hello/templates
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-09 08:41:18 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-09 08:41:18 +0000
commit29d17fb848fa7dcab24b434e57d08c32e8ebf4fe (patch)
tree3916601106b756fe1e955989d16d1c9c7eca477d /wk9/lect/hello/templates
parentdb7eb58aff5b7f245e14460a48a48ffc9a4037c8 (diff)
Tue, Jul 9, 2024, 1:41 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 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>