{% load theme_tags %} {% load base_tags %} {% load base_filters %}

{% firstof TEMPLATE_RSS_FEED_LIST_TITLE 'From the Blog' %}

{% if TEMPLATE_RSS_FEED_LIST_RSS_FEED %} {% get_rss TEMPLATE_RSS_FEED_LIST_RSS_FEED as rss %} {% else %} {% get_rss "http://blog.schipul.com/feed/" as rss %} {% endif %} {% with ":"|add:TEMPLATE_RSS_FEED_LIST_LIMIT as slice_limit %} {% for entry in rss.entries|slice:slice_limit %} {{ THEME_RSS_FEED_LIST_LIMIT }}

{% blocktrans with t=entry.title|truncatewords:"6" %}{{ t }}{% endblocktrans %}

{% blocktrans with s=entry.summary|striptags|safe|truncatewords:"15" %}{{ s }}{% endblocktrans %}

{% trans 'Read More …' %}

{% endfor %} {% endwith %}
{% theme_setting setting_name %}