From 96a660a21e47d43ebc473ce9d23e712c0e3e1261 Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 24 May 2017 15:23:11 +0200 Subject: initil release --- export.bookmarks.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 export.bookmarks.html (limited to 'export.bookmarks.html') diff --git a/export.bookmarks.html b/export.bookmarks.html new file mode 100644 index 0000000..da73325 --- /dev/null +++ b/export.bookmarks.html @@ -0,0 +1,10 @@ + + +{ignore}The RainTPL loop is formatted to avoid generating extra newlines{/ignore} +{$pagetitle} +

Shaarli export of {$selection} bookmarks on {$date}

+

{loop="links"} +

{$value.title}{if="$value.description"}{$eol}
{$value.description}{/if}{/loop} +

-- cgit v1.2.1