cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the URL of document in template ?

Alexandre_VITRY
Champ on-the-rise
Champ on-the-rise

Hello, I send a email with a template. in the template I have a list of document and I want get the URL of each doc.

Code :

 <#list Context['myDocList'] as myDoc>
    <li><a href="${myDoc.url}">${myDoc['dc:title']}</a></li>
  </#list>

Thanks.

0 REPLIES 0