index
:
cs50.git
main
CS50 Free Online Harvard Class
Miau
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wk9
/
lect
/
hello
/
templates
/
greet.html
blob: 104074f6e45fd8430228916bd49b6631c339580d (
plain
)
1
2
3
4
5
6
7
{% extends "layout.html" %} {% block body} hello, {{ name }} {% endblock %}