{% extends "../base.html" %} {% block title %} {{ escape(handler.settings["website_title"]) }} - Blog{% end %} {% block body %} {% for entry in entries %}

{{ entry.title }}

{{ locale.format_date(entry.published, full_format=True, shorter=True) }}
{% raw entry.html %}
{% if current_user and current_user.author %}
{{ _("Editer le post") }}
{% end %}
{% end %}
{{ _("Archive") }}
{% end %}