We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd1fd5 commit 92117f8Copy full SHA for 92117f8
appengine/standard_python3/pubsub/templates/index.html
@@ -21,14 +21,18 @@
21
<body>
22
<div>
23
<p>Print BEARER TOKENS:
24
- {% for token in tokens: %}
25
- <li>{{token}}</li>
26
- {% endfor %}
+ <ul>
+ {% for token in tokens: %}
+ <li>{{token}}</li>
27
+ {% endfor %}
28
+ </ul>
29
</p>
30
<p>Print CLAIMS:
- {% for claim in claims: %}
- <li>{{claim}}</li>
31
32
+ {% for claim in claims: %}
33
+ <li>{{claim}}</li>
34
35
36
37
<p>Messages received by this instance:</p>
38
<ul>
0 commit comments