{% extends 'repr/_basic_feed.html' %} {% block img %}{{ item.author.avatar }}{% endblock %} {% block alt %}Profile picture of {{ item.author }}{% endblock %} {% block content %}
{{ item.text }}
{% if user.is_authenticated %}
{% else %}
You can't run without not logging in.
{% endif %}
{% endblock %}