{% extends 'telegram_blog/base.html' %} {% block title %}{{ blog.title }}{% endblock %} {% block content %}
{% if blog.photo_url_small %} {% endif %}

{{ blog.title }}


{% for entry in entries %}
{% if blog.type != "private" and entry.message.from %} {{ entry.message.from.first_name }} {% endif %} {% if entry.message.author_signature %} {{ entry.message.author_signature }} {% endif %}
{% include entry.template with entry=entry %}
{% endfor %}

view other blogs

{% endblock content %}