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