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

{% for blog in blogs %}
{{blog.title}}

{{blog.description}}

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

{% endfor %} {% endblock %}