Formulating the question helped me to find the solution after I posted: index ^ [ :e | e add: (ILRawHtmlElement new contents: 'hello <strong>wo<br>rld</strong>') ]
:) cheers, Siemen On Tue, Feb 13, 2018 at 9:14 AM, Siemen Baader <siemenbaa...@gmail.com> wrote: > Hi all, > > is there a way to render raw HTML from Iliad widgets, or perhaps mustache > templates? I'm interested in not using the builders always because I use an > external web editor that generates plain HTML and that has some advantages > in my workflow. > > Is it possible do it with Seaside & Reef instead? > > -- Siemen >