myProject/
|-- myProject
| |-- __init__.
py
| |-- settings.
py
| |-- urls.
py
| |-- view.
py
| |-- wsgi.
py
|-- manage.
py
|-- templates
|-- greeting.html
|
<h1>{{ greeting }}</h1>
|