Mercurial > libervia-templates
view sat_templates/templates/bulma/chat/editions.html @ 405:5016fb0ff62f default tip
Blog redesign: work in progress redesign of the blog.
Some templates have been moved from chat to components to be re-used in other features,
like blog here.
Blog follows same global design as chat with a left panel to search/open blogs.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 21 May 2025 15:41:00 +0200 |
parents | e63fb06052ae |
children |
line wrap: on
line source
<ul> {% for edition in editions %} <li class="m-2"> <span class="tag is-info is-light"> {{ edition.timestamp | date_fmt(fmt="auto_day", auto_new_fmt="relative") }} </span> <span class="ml-2">{{ edition.text }}</span> </li> {% endfor %} </ul>