]> git.wh0rd.org - tt-rss.git/blob - templates/digest_template_html.txt
4b85f8ba986b8f55ec8841e0540d639bc1c1e61a
[tt-rss.git] / templates / digest_template_html.txt
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 -->