]> git.wh0rd.org - tt-rss.git/blobdiff - templates/digest_template_html.txt
digest improvements and bugfixes
[tt-rss.git] / templates / digest_template_html.txt
diff --git a/templates/digest_template_html.txt b/templates/digest_template_html.txt
new file mode 100644 (file)
index 0000000..4b85f8b
--- /dev/null
@@ -0,0 +1,14 @@
+<!-- $BeginBlock digest -->
+<h1>New headlines for last 24 hours, as of ${CUR_DATE} ${CUR_TIME}</h1>
+<!-- $BeginBlock feed -->
+<h2>${FEED_TITLE}</h2>
+
+<ul>
+<!-- $BeginBlock article -->
+<li><a href="${ARTICLE_LINK}">${ARTICLE_TITLE}</a> - ${ARTICLE_UPDATED}
+<!-- $EndBlock article -->
+</ul>
+<!-- $EndBlock feed -->
+<p><em>To unsubscribe, visit your configuration options or contact instance owner.</em></p>
+<!-- $EndBlock digest -->