{% extends "base.html" %} {% block content %}

{{ category_name }} blogs

{% for post in post_list %}

{{ post.title }}

Author: {{ post.author_profile.first_name }} {{ post.author_profile.last_name }}


{% endfor %} {% endblock %}