Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
google-api-python-client
/
7943c5dc0897ecce02ca81ad34bf59bdb5eaaa11
/
.
/
samples
/
appengine
/
welcome.html
blob: 421711bfa98a9a98b67ac7e5679bce34471dc1d2 [
file
] [
log
] [
blame
]
<html>
<head>
<title>
Buzz Stuff
</title>
</head>
<body>
<ul>
{% for item in items %}
<li>
{{ item.object.content }}
</li>
{% endfor %}
</ul>
</body>
</html>