{% assign tweet = site.data.love.tweets_by_id[include.tweet_id] %} {% assign twUrl = "https://twitter.com/" | append: tweet.username | append: "/status/" | append: tweet.id %}
{{ tweet.fullname }} @{{ tweet.username }}
{{ tweet.content }}

{{ tweet.date }}

{% if include.drawing_id %} {% include elements/drawing.html id=include.drawing_id width=include.drawing_width height=include.drawing_height %} {% endif %}