{% extends "core/base.html" %} {% block content %}
{% for post in posts %} {% autoescape off %} {{ post.user_message }} - {{ post.first_name }} {% endautoescape %} {% endfor %}