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: e3403249f6966524153fa1156f0d386bdd820bf9 (
plain
)
1
2
3
4
5
6
7
{% extends "layout.html" %} {% block body %} hello, {{ name }} {% endblock %}