{% extends "feedaggregator/base.html" %} {% load i18n %} {% block feedaggregator_content %} {{ item.title }} {% trans 'Link to the original' %} {{ item.description|safe }} {% endblock %}
{% trans 'Link to the original' %}