{% extends "layouts/base.html" %} {% block content %}
{% for post in posts %}
 {{post["username"]}}

{{post["content"]}}

{% if post["market_link"] %} {{post["market_link"]}}

{% endif %} {{post["created_at"]}}
{% endfor %}
{% endblock %}