{{ latest_tweet.text|safe }}
{% show_content 'Home header' %}
{% show_content 'Home header 1' %}
{% show_content 'Home header 2' %}
{% show_content 'Home header 3' %}
{% extends 'website/base.html' %} {% load fiber_tags thumbnail %} {% load url from future %} {% block bodyclass %}home{% endblock %} {% block content %}
{% firstof news.excerpt|truncatewords_html:70 news.content|truncatewords_html:70 %}
{% firstof post.excerpt|truncatewords_html:70 post.content|truncatewords_html:70 %}