{% extends "base.html" %} {% block title %}{{ item.title or 'RSS item' }}{% endblock %} {% block content %}
from {{ item.feed.name }} {% if item.author %}· by {{ item.author }}{% endif %} {% if item.published_at %}· {{ item.published_at.strftime('%Y-%m-%d %H:%M UTC') }}{% endif %}
{% if item.link %} {% endif %}