X-Git-Url: https://git.0d.be/?p=chloro.git;a=blobdiff_plain;f=chloro%2Fphyll%2Ftemplates%2Fphyll%2Fhome.html;h=4688d5fd8eaf86490b3a655d990dd7827cf4f708;hp=ad9596e89e39cd479844ca47e904163b1242178b;hb=f11d4b4f365634feebcb04bc414cc1615c60ceef;hpb=b9f9b77184b8d1e24416e3392855e42bbb2fdef9 diff --git a/chloro/phyll/templates/phyll/home.html b/chloro/phyll/templates/phyll/home.html index ad9596e..4688d5f 100644 --- a/chloro/phyll/templates/phyll/home.html +++ b/chloro/phyll/templates/phyll/home.html @@ -3,9 +3,31 @@ {% 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 %} + +
+ +
+ +
+(Totalement) divers +(tout) En vrac + + {% endblock %}