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

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

{% empty %}

Oh no! There are no newsletter currently registered. Try checking out some blogs.

{% endfor %} {% endblock %}