From 4dc15c964c3cf265cf3c1bd3e6402b617229c21a Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Wed, 7 Oct 2020 10:02:56 +0200 Subject: Template minimale per mostrare bookmark in una pagina html --- templates/page.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 templates/page.html (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html new file mode 100644 index 0000000..b5d1191 --- /dev/null +++ b/templates/page.html @@ -0,0 +1,23 @@ + + + Bookmark del GL-Como + + +

Bookmark del GL-Como

+ +
+{% for entry in entries %} +
{{ entry.data.title }}
+
+
{{ entry.data.description }}
+
{{ entry.data.added }}
+
    + {% for t in entry.data.tags %} +
  • {{ t }} + {% endfor %} +
+
+{% endfor %} +
+ + -- cgit v1.2.3