{% load i18n twitterfeed_tags %} {% comment %} The twitterfeed is currently rendered fully client-side. To add a server-side rendering, look for django-twitter-tag. The script uses jQuery.tweet, which offers quite a lot of features with quite decent configuration (granted not all HTML styles and formatting can be defined.. I suggest forking it if that's needed) TODO: Currently the feed scripts are included inline, making it impossible to load multiple instances. This still needs to be implemented in django-fluent-contents, either using django-sekizai or a custom media mechanism. {% endcomment %}

{{ instance.title|urlize_twitter }}

{% block htmlcontainer %}{% endblock %}
{% if instance.footer_text %}

{{ instance.footer_text|urlize_twitter }}

{% endif %}