{% load zenblog_tags %}
{% if latest1 %}

{{ latest1.title }}

{{ latest1.content | truncatechars:500 }}

{{ latest1.author.last_name}} {{latest1.author.first_name }}

{% endif %}
{% for post in the_others %} {% if forloop.first %}
{% endif %}

{{ post.title }}

{% if forloop.last %}
{% elif forloop.counter|divisibleby:"3" %}
{% endif %} {% endfor %}