{{ story }}
{{ category.source }} | {{ story.timestamp|date:"j F Y" }}{{ story.body|striptags|truncatewords:20|safe|urlize }}
{% extends feincms_page.template.path|default:"base.html" %} {% load feincms_tags i18n %} {% block title %}{% if year %}{{ year }} - {% endif %} {% if month %}{{ month|date:"F Y" }} - {% endif %} {% if day %}{{ day|date:"j. F Y" }} - {% endif %} {% if source %}{{ source }} - {% endif %} {% trans "News" %} - {{ block.super }}{% endblock %} {% block content %} {% block content_title %}
{{ story.body|striptags|truncatewords:20|safe|urlize }}