I've the following code:

    <tr><td>

    [% FILTER null;
       
       USE GD;

       img = GD.image('/var/www/upload/savio.jpeg');
       img.jpeg;

       END;
    %]

    </td></tr>

I have the following questions:
1) Why I need FILTER...END block?
2) Why I don't have output


      

_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to