set guestbook StringProperty to be indexed=False
[gae-samples.git] / backends / counter / welcome.html
blob53f09bb42e1382173bee3656eef2d9f83291a21e
1 <html>
2 <head>
3 <title>Google IO 2011 - Backends demo</title>
4 </head>
5 <body>
6 {% if was_success %}
7 <p>You are visitor number {{ backend_result }}.</p>
8 {% else %}
9 <p>An error occured while contacting the counter backend.</p>
10 <p>{{ backend_result }}</p>
11 {% endif %}
13 <p>The source code for the counter, load tester and front end is available
14 from <a href="{{ source_code }}">here</a>.</p>
15 </body>
16 </html>