diff options
Diffstat (limited to 'wk9/lect/hello/templates')
-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 }} |