|
favorites.urls
|
Previous Top Next |
| {{loop favorites}}
|
| (body of loop goes here)
|
| {{/loop}}
|
| · | description
|
| A string variable containing the description of the current favorite.
|
|
|
| · | target
|
| A string variable containing the target for the current favorite.
|
|
|
| This is used for the target parameter of the link for the favorite.
|
|
|
| · | title
|
| A string variable containing the title of the current favorite.
|
|
|
| · | url
|
| A string variable containing the URL of the current favorite.
|
|
|
| {{loop favorites.urls}}
|
|
|
| <a href="{{url}}"
|
|
|
| {{if description}}
|
| title="{{var name=description escape=html}}"
|
| {{/if}}
|
|
|
| {{if target}}
|
| target="{{target}}"
|
| {{/if}}
|
|
|
| >
|
|
|
| {{var name=title escape=html}}</a></div>
|
|
|
| {{/loop}}
|