Ceci est une ancienne révision du document !
<heading d1 spacing=“mb-3”> Informations </heading>
Derniers articles
<iterator>
<data>select where word_count > 3 and path like '%news:%' order by date_modified desc limit 8</data>
<masonry>
<template>
<card clickable>
<page-image path="$path" ratio="16:9"/>
=== $title ===
<itext color="muted"><date format="%h %d - %H:%M">$date_modified</date></itext>
$description [[$path| ]]
</card>
</template>
</masonry>
</iterator>
===== Liste =====
<iterator>
<data>select where word_count > 3 and path like '%news:%' order by date_modified desc limit 100</data>
<masonry>
<template>
* [[$path| $title]] - <itext color="muted"><date format="%d %h %Y - %H:%M">$date_modified</date></itext>
</template>
</masonry>
</iterator>