HTML/Tcl to Tcl" ?> ... the blocks of HTML are transformed into "puts" statements.
puts -nonewline "
<html>
  <body>
    <h1>Rivet Example</h1>"

puts "The time is now:"
puts [clock format [clock seconds]]
puts -nonewline "

  </body>
</html>"