site_template/_templates/post.html
<h2>{{ post.title }}</h2>
{{ post.content | markdown }}
<p><a href="http://twitter.com/share?text={{ post.title | encode_uri_component }}&url={{ 'http://www.mysite.com' | encode_uri_component }}{{ post.url | encode_uri_component }}">Submit this to Twitter.</p>