1 I have a part of a template that looks like:
3 <TMPL_VAR level> <TMPL_VAR string>
5 Calling the template with:
7 \[[!template id=templateid string="some string" level="##"]]
17 <h2 id="some_string">some string</h2>
19 >> Have you tried TMPL_VAR raw_level, raw_string? — [[Jon]]
21 > Thanks. I should read the docs more closely the next time.