{% extends "base.html" %} {% import "_macros.html" as macros %} {% block title %}Flasky - {{ title }} {{ user.username }}{% endblock %} {% block page_content %} {% for follow in follows %} {% if follow.user != user %} {% endif %} {% endfor %}
UserSince
{{ follow.user.username }} {{ moment(follow.timestamp).format('L') }}
{% endblock %}