]> git.wh0rd.org - tt-rss.git/blame - templates/digest_template_html.txt
digest improvements and bugfixes
[tt-rss.git] / templates / digest_template_html.txt
CommitLineData
c62a2c21
AD
1<!-- $BeginBlock digest -->
2<h1>New headlines for last 24 hours, as of ${CUR_DATE} ${CUR_TIME}</h1>
3<!-- $BeginBlock feed -->
4<h2>${FEED_TITLE}</h2>
5
6<ul>
7<!-- $BeginBlock article -->
8<li><a href="${ARTICLE_LINK}">${ARTICLE_TITLE}</a> - ${ARTICLE_UPDATED}
9<!-- $EndBlock article -->
10</ul>
11<!-- $EndBlock feed -->
12
13<p><em>To unsubscribe, visit your configuration options or contact instance owner.</em></p>
14<!-- $EndBlock digest -->