{% autoescape on %} {% with "http://carlosvin.alwaysdate.net" as host %} {% with "Share in" as share_txt %} {% with "twitter" as service %} <a href="http://twitter.com/share?url={{ host }}{{ page_url }}&text={{ title }}" target="_blank" title="{{ share_txt }} {{ service }}"> <img src="http://carlosvin.alwaysdate.net/templates/img/tw.png" alt="{{ share_txt }} {{ service }}"/> </a> {% endwith%} {% with "facebook" as service %} <a href="http://www.facebook.com/share.php?u={{ host }}{{ page_url }}&t={{ title }}" target="_blank" title="{{ share_txt }} {{ service }}"> <img src="http://carlosvin.alwaysdate.net/templates/img/fb.png" alt="{{ share_txt }} {{ service }}"/> </a> {% endwith %} {% with "linkedin" as service %} <a href="http://www.linkedin.com/shareArticle?mini=true&url={{ host }}{{ page_url }}&title={{ title }}&ro=false&summary=&source=" target="_blank" title="{{ share_txt }} {{ service }}"> <img src="http://carlosvin.alwaysdate.net/templates/img/ln.png" alt="{{ share_txt }} {{ service }}"/> </a> {% endwith %} {% with "reader" as service %} <a href="http://www.google.com/reader/link?title={{ title }}&url={{ host }}{{ page_url }}" target="_blank" title="{{ share_txt }} {{ service }}"> <img src="http://carlosvin.alwaysdate.net/templates/img/rd.png" alt="{{ share_txt }} {{ service }}"/> </a> {% endwith %} {% with "buzz" as service %} <a href="http://www.google.com/buzz/post?message={{ title }}&url={{ host }}{{ page_url }}" target="_blank" title="{{ share_txt }} {{ service }}"> <img src="http://carlosvin.alwaysdate.net/templates/img/bz.png" alt="{{ share_txt }} {{ service }}"/> </a> {% endwith %} {% endwith %} {% endwith %} {% endautoescape %}