{% extends 'core/_base.html' %} {% block nav %} {% include "core/_nav.html" with location='feed' %} {% endblock nav %} {% block content %}
{% for activity in feed_pins %} {% with activity.pin as pin %} {% include "core/_pin.html" with item=pin %} {% endwith %} {% endfor %}
{% endblock content %}