<div>Hi;</div>
<div>I have this in a page template:</div>
<div>&nbsp;</div>
<div>&lt;html&gt;<br>&lt;body&gt;<br>&lt;table&gt;<br>&nbsp;&lt;tr&gt;<br>&nbsp; &lt;td tal:define=&quot;num python:here.scripts.getQuote&quot;&gt;<br>&nbsp;&nbsp; &lt;span metal:use-macro=&quot;here/en-us/quotes/?num/macros/quote&quot; /&gt;&lt;br /&gt;
<br>&nbsp;&nbsp; &lt;div align=&quot;center&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;span class=&quot;text&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href=&quot;<a href="http://quotes.pt">quotes.pt</a>&quot; target=&quot;_top&quot;&gt;&lt;b&gt;The quotes&lt;/b&gt;&lt;/a&gt;
<br>&nbsp;&nbsp;&nbsp; &lt;/span&gt;<br>&nbsp;&nbsp; &lt;/div&gt;<br>&nbsp; &lt;/td&gt;<br>&nbsp;&lt;/tr&gt;<br>&lt;/table&gt;<br>&lt;/body&gt;</div>
<div>&lt;html&gt;</div>
<div>&nbsp;</div>
<div>Now, I thought that was the correct way to call the variable &quot;num&quot; (that is, with the question mark: &quot;?num&quot;). Apparently, I&#39;m mistaken. I&#39;ve even tried defining it this way:</div>
<div>&nbsp;</div>
<div>&nbsp; &lt;td tal:define=&quot;num python:str(11)&quot;&gt;<br></div>
<div>to make sure that num was properly assigned. What am I missing? Also, if I have a dir called &quot;scripts&quot; in which &quot;getQuote&quot; exists, and &quot;scirpts&quot; is in the path, shouldn&#39;t that notation work okay?
</div>
<div>TIA,</div>
<div>Victor</div>