Current section

Files

Jump to
zotonic_mod_base priv templates tests _initial_postback_test.tpl
Raw

priv/templates/tests/_initial_postback_test.tpl

<p>Loaded #{{ n|escape }}</p>
{% if n < till %}
<script>
document.location = "/test/initial_postback_test?n={{ n }}";
</script>
{% else %}
<p>Success!</p>
{% endif %}