src/templates/rich_tweet.html
author hamidouk
Wed, 30 Nov 2011 16:13:22 +0100
branchpopcorn-port
changeset 362 0b1bf06c28ed
parent 298 eccdc619ede3
permissions -rw-r--r--
added a wrapper around the templating engine, to be able to have default values for some template variables.

{{! template of a 'rich' tweet displayed by the tweetsWidget 
    It's used only when we have access to the twitter api data (normally stored into
    dc:source.content)
}}

<div class='Ldt-tweet_tweetContents'>{{{ contents }}}</div>
<div class='Ldt-tweet_date'>{{ date }}</div>