Norbert Hartl implemented Mustache templating for Pharo:
http://norbert.hartl.name/blog/2013/10/03/mustache-templates-for-smalltalk/
'This is some letter
you ({{ name }}) can sign here
to {{ whatever }}' asMustacheTemplate value: { 'name' -> 'Friedrich'.
'whatever' -> [ self printwhateverShouldBe
I wonder if something like embedding Smalltalk in other texts
is somwhere to be foudn for Pharo e.g
"This is some letter
you (<% self name %>) can sign here
to <% self printwhateverShouldBePrintedHere %>"
So embedding Smalltallk into documents with add "dynamic" content
I'm not looking in som