I have a part of a template that looks like: Calling the template with: \[[!template id=templateid string="some string" level="##"]] Results in:

#

some string

While I expected:

some string

> Have you tried TMPL_VAR raw_level, raw_string? — [[Jon]]