{% load zenblog_tags %}

{{ latest_one.title }}

{% autoescape on %}

{{ latest_one.content |remove_html_tags | truncatechars:500 }}

{% endautoescape %}

{{ latest_one.author.last_name}} {{latest_one.author.first_name }}

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

{{ post.title }}

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