~gctaa/bottlezoo/trunk

« back to all changes in this revision

Viewing changes to 06_highlow/again.tpl

  • Committer: icabob4 at gmail
  • Date: 2013-07-30 13:29:05 UTC
  • Revision ID: icabob4@gmail.com-20130730132905-daokvwjvv52t0int
updated lots of stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
<h2>{{message}}</h2>
3
 
<form method="post" action="/">
4
 
  <label>Guess again: <input name="guess" type="text"></label>
5
 
  <button type="submit">Submit</button>
6
 
</form>
7
 
 
8
 
<h2>Guess count is now: <span>{{guesscount}}</span></h2>
9
 
 
10
 
%rebase layout