{% extends "layout.html" %} {% block feed %} {% endblock %} {% block content %}
Title Author Category

{% for pub in news %}
{{pub.name}} {% if pub.feed %} {% include 'utils/rss-img.html' %} {% endif %} {{pub.author_name}} {{pub.category_name}}

{% empty %}

Oh no! There are no newsletter currently registered{% if category %} under '{{category}}'{% endif %}. Try checking out some blogs.

{% endfor %} {% endblock %}