{% extends 'core/_base.html' %} {% block nav %} {% include "core/_nav.html" with location='trending' %} {% endblock nav %} {% block content %}
{% for item in popular %} {% include "core/_pin.html" with item=item %} {% endfor %}
{% endblock content %}