HttpResponseEx.writePage

Serve this.pageTemplate as HTML, substituting "<?title?>" with title, "<?content?>" with one <p> tag per html item, and other tokens according to pageTokens.

class HttpResponseEx
void
writePage
(
string title
,
string[] html...
)

Meta