Hi Martin,

> On 25 Feb 2016, at 18:21, MartinW <w...@fastmail.fm> wrote:
> 
> Hi,
> 
> I know, there are templating systems like Mustache, but I always loved
> Seaside's Canvas/Brush metaphor for creating HTML. Is it available as a
> standalone package, so it can be used outside of Seaside?

Yes you can:

WAHtmlCanvas builder
  render: [ :html | 
    html heading: 'Test'; paragraph: 'foo bar' ].

Or just instantiate any component and let it render.

Sven

> Best regards,
> Martin.
> 
> 
> 
> --
> View this message in context: 
> http://forum.world.st/Is-Seaside-s-Canvas-Brush-metaphor-for-creating-HTML-available-outside-of-Seaside-tp4880825.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
> 


Reply via email to