{% extends "profile.html" %} {% set subtab = "following" %} {% block subsubtabs %} {% if user.LABEL == 'web' %}

{% endif %} {% endblock subsubtabs %} {% block feed %} {% with page_name="following" %} {% include "_followers.html" %} {% endwith %} {% endblock %}