{% extends "main.html" %} {% block content %}
{% for post in post_data %}
Post Image

{{ post['title'] }}

{{ post['date'] }}

{{ post['content'] }}

{% for topic in post['topics'] %} {{ topic }} {% endfor %}

Read More
{% endfor %}
{% endblock %}