Rendering state struct. Keeps track of URLs, titles, and HTML blocks midway through a render. I prefer this to the globals of the Perl version because globals make me break out in hives. Or something.
Struct::new( "RenderState", :urls, :titles, :html_blocks, :log )
<code/>and<pre/>for code samples.