{% extends 'base.html' %} {% block content%} {% for entry in entries %}

{{ entry.title }}

{% include 'blogango/entry_controls.html' %}

{{ entry.text|truncatewords_html:50|safe }}

read more
{% empty %}

No posts in blog


You don't have any entries in your blog, you can post to your blog from site admin.

{% endfor %} {% endblock %}