{% extends "layout.html" %} {% block content %} {% if feeds|count == 0 %}
{{ _('Feed') }} | {{ _('Article') }} | {{ _('Date') }} | |
---|---|---|---|
{% if article.like %} {% else %} {% endif %} {% if article.readed %} {% else %} {% if filter_ == 'all' %}{% endif %} {% endif %} | {% if article.source.icon_url %} {% else %} {% endif %} {{ article.source.title|safe }} | {{ article.title|safe }} | {{ article.date|datetime }} |