If you just want to print the variable 'heading' that you've defined,
put this in your page:
``
{{
=header
}}
``:templateOn Feb 9, 12:53 am, Plumo <[email protected]> wrote: > OK I assume there is not. > > I placed the following in meta-code: > > heading = 'abc' > > But the wiki pages throw an error that heading is undefined. > > I also tried: > > {{ > > heading = 'abc' > > }} > > and: > > `` > > {{ > > heading = 'abc' > > }} > > ``:template > > but heading is still undefined. > > The editor level is set to 3. Is there anything else that needs to be done > to activate meta-code?

