Here's a pretty simple-minded example:
http://paste.turbogears.org/paste/2360
Read the counter out of a text file each time you load the page,
increment it, write it back to the file.
In your welcome.kid, insert a line like this:
<p>You are visitor no. ${count}.</p>