diff --git a/testapp/templates/testapp/index.html b/testapp/templates/testapp/index.html index ff190e5..42d01a0 100644 --- a/testapp/templates/testapp/index.html +++ b/testapp/templates/testapp/index.html @@ -17,7 +17,13 @@

This is the testapp!

{% if click_count %} -

This page was requested {{ click_count }} times.

+

This page was requested {{ click_count }} times.
+ {% if click_count == 69 %} + Nice. + {% else %} +
+ {% endif %} +

{% else %}

Internal error: Could not get request count from database.

{% endif %}