Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
google-api-python-client
/
845a545de7927d827aefebdc8fe7d801d9c1d6ed
/
.
/
samples
/
appengine
/
welcome.html
blob: 421711bfa98a9a98b67ac7e5679bce34471dc1d2 [
file
] [
log
] [
blame
]
Joe Gregorio
845a545
2010-09-08 13:50:34 -0400
[
diff
] [
blame^
]
1
<html>
2
<head>
3
<title>
Buzz Stuff
</title>
4
</head>
5
<body>
6
7
<ul>
8
{% for item in items %}
9
<li>
{{ item.object.content }}
</li>
10
{% endfor %}
11
</ul>
12
</body>
13
</html>