{% extends 'base.html' %} {% load staticfiles %} {% load i18n %} {% block head %} {% endblock head %} {% block main %}

{% trans 'Latest posts' %}

{% trans "Compose a new post" %}

{% csrf_token %}
255
    {% for feed in feeds %} {% include 'feeds/partial_feed.html' with feed=feed %} {% endfor %}
{% endblock main %}