diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 09:06:39 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 09:06:39 +0000 |
commit | 2e57edd05c6110a6ff2c7e87ea449bfdf11fff1d (patch) | |
tree | f72759288f5d58dde1efc8fad07f2a86ef77e5a8 | |
parent | c2eadbdda98d29c12ac26b724c2d7b5c9539f8e9 (diff) |
Tue, Jul 9, 2024, 2:06 AM -07:00
-rw-r--r-- | wk9/lect/hello/templates/greet.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wk9/lect/hello/templates/greet.html b/wk9/lect/hello/templates/greet.html index 104074f..e340324 100644 --- a/wk9/lect/hello/templates/greet.html +++ b/wk9/lect/hello/templates/greet.html @@ -1,6 +1,6 @@ {% extends "layout.html" %} -{% block body} +{% block body %} hello, {{ name }} |