{% extends "feed/layout.html" %} {% load static %} {% block searchform %}
{% endblock searchform %} {% block content %}
{% if friends %} {% else %}
You have no friends now! Make some new friends here!
{% endif %}
{% endblock content %}