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

{% for blog in blogs %}

{{blog.title}}{% include 'utils/rss-img.html' %}

{{blog.description}}

{{ blog.updateddate|date:"D d M Y" }}

{% empty %}

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

{% endfor %} {% endblock %}