Ceci est une ancienne révision du document !
<heading d1 spacing=“mb-3”> Informations </heading>
Derniers articles
<fragment>
<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_modified | format( "MMM dd" )}</itext>
$description [[$path| ]]
</card>
</template>
</masonry>
</fragment>
===== Liste =====
<fragment>
<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_modified | format( "MMM dd" )}</itext>
</template>
</masonry>
</fragment>