{% extends "base/pin.html"%} {% load rss_tags %} {%load cache %} {% block extra_js %} {% endblock extra_js %} {%block pin-ex-nav%} {%endblock pin-ex-nav%} {%block title%} - کاربر {{latest_items.0.user|get_username}} {%endblock title%} {% block content %}
{% include "pin/user_profile.html"%}
{% include "pin/_items.html"%}
{% include "rss/feed_scripts.html" %} {% endblock content %}