src/templates/rich_tweet.html
branchpopcorn-port
changeset 293 314e6a13f841
child 294 c553ce4d9d6b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/templates/rich_tweet.html	Mon Nov 21 15:17:11 2011 +0100
@@ -0,0 +1,7 @@
+{{! 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>
\ No newline at end of file