6 lines
388 B
HTML
6 lines
388 B
HTML
{% if FLATTR_USER %}
|
|
<script id='fbc04dc'>
|
|
(function(i){var f,s=document.getElementById(i);f=document.createElement('iframe');f.src='//api.flattr.com/button/view/?uid={{ FLATTR_USER }}&button=compact&url='+encodeURIComponent(document.URL);f.title='Flattr';f.height=20;f.width=110;f.scrolling='no';f.style.borderWidth=0;s.parentNode.insertBefore(f,s);})('fbc04dc');
|
|
</script>
|
|
{% endif %}
|