{% extends 'myapp/base.html' %} {% block title %}Feed{% endblock %} {% block content %}

Global Feed

{% if error %}

{{ error }}

{% endif %} {% endblock %}