{% extends "phyll/base.html" %} {% block content-class %}home{% endblock %} {% block body %} {% with posts.0 as latest %}

{{ latest.title }}

{{ latest.creation_timestamp|date:"j E Y, H:i"|lower }}
{{ latest.text|safe }}
{% endwith %}
Avant ça :
{% endblock %}