{% extends "layout.html" %} {% block body %}

Messages from {{ user.username }}

{% if current_user %} {% if user.username != current_user.username %} {% if current_user|is_following(user) %}
{% else %}
{% endif %} {% endif %} {% endif %} {% include "includes/pagination.html" %} {% endblock %}