Tuesday, March 31, 2009, 7:53:22 PM, Randy Brown wrote:
>> Template:
>> (:title $$pagetitle:)
>> PageName: $$target
sorry, the template has wrong variable syntax, curly brackets are
missing! It should be (for my second example):
(:title {$$pagetitle}:)
PageName: {$$target}
~Hans