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

tech blogs

{% for post in post_list %}

Category: {{ post.category }}

{% if post.category == "Field5" %}

TWO

{{ post.title }}

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



{% endif %} {% endfor %} {% endblock %}