{% extends 'telegram_blog/base.html' %} {% block title %}Blogs{% endblock %} {% block content %}

Blogs

{% for blog in blogs %}
{% if blog.photo_url_small %} {% endif %}

{{ blog.title }}

{{ blog.entries.count }} entries

Updated {{ blog.last_updated|timesince }} ago

{% endfor %}
{% endblock content %}