<div>I am trying to pass the title of a page to a dtml method which is in another folder named links.&nbsp; If I pass the actual title like below everything works.&nbsp; However, when I try to pass the value of the current title to category_results using various other methods it does not.
</div>
<div>What is the syntax so that I can pass the current value of &lt;dtml-var title&gt; to the method?&nbsp; Would the dtml-with block change the namespace it pulls the title variable from to the context of the method category_results in the links folder?
</div>
<div>&nbsp;</div>
<div>&lt;dtml-with links&gt;<br>&lt;dtml-comment&gt;This line works&lt;/dtml-comment&gt;<br>&lt;dtml-var &quot;category_results(_.None, _, title1='Hannoverian Stallions Lauries Crusador ')&quot;&gt;<br>&lt;/dtml-with&gt;
</div>