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

{% for pub in news %}
{{pub.name}} {{pub.author}} {{pub.category_name}}

{% empty %}

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

{% endfor %} {% endblock %}