{% extends "layout/base.html" %} {% set active_page = "following" %} {% block title %}Following{% endblock %} {% block head %} {% endblock %} {% block content %} {% set active_sub = "new" %} {% if followlist %}
{% include 'shared/_subs.html' %}
{% else %} You are not following any users {% endif %} {% endblock %}