{% extends "base.html" %} {% block title %} Profile {% endblock %} {% block page_content %}
{% if data["isCurrent"] %}My Posts{% else %}Posts{% endif %}
{{ data["post_count"] }}
{% if data["isCurrent"] %}My Comments{% else %}Comments{% endif %}
{{ data["comment_count"] }}
Subscriptions
{{ data["subs_count"] }}
Browse History
{{ data["history_count"] }}