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

user blogs

{% for post in post_list %}

post

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



{% endfor %} {#{% include "pagination.html" with page=debate_list %}#} {% endblock %}