{% assign twUrl = "https://twitter.com/" | append: include.tweet.username | append: "/status/" | append: include.tweet.id %}
{{ include.tweet.fullname }} @{{ include.tweet.username }}
{{ include.tweet.content }}

{{ include.tweet.date }}

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