{% extends "gae_blog/base.html" %} {#{% load myutils %}#} {% block comments_head %}{% endblock %} {% block comments_panel %}{% endblock %} {% block page_comments %}{% endblock %} {% block style %}{{ block.super }} {% endblock %} {% block content %}{{ block.super }} {% block h1 %}{% endblock %}

{{ latest }}

{{ latest.author }} (há {{ latest.pub_date|timesince }})
{% with latest as entry %} {% include "gae_blog/render_description.html" %} {% endwith %} (more...)
{% if posts %}

Veja também

{% for object in posts %}

{{ object }}

{{ object.author }} (há {{ object.pub_date|timesince }})
{% with object as entry %} {% include "gae_blog/render_description.html" %} {% endwith %} ( more... )
{% endfor %}
{% endif %} {% endblock content %} {% block lateral %} {% endblock lateral %}