STT (Smalltalk Templates) are HTML pages which contain embedded smalltalk code.
They are comparable to PHP- or other 'active server pages' in functionality.
Examples:
This code was originally written by Federico Gregorio Stilman
and slightly changed:
- the STT-escape sequence has been changed from "{%" ... "%}"
to "<?stt" ... "?>" in order for the document to be xml compatible.
It can now be processed easier by a regular processor.