]> git.wh0rd.org - tt-rss.git/blame - templates/digest_template_html.txt
pngcrush.sh
[tt-rss.git] / templates / digest_template_html.txt
CommitLineData
c62a2c21 1<!-- $BeginBlock digest -->
163a295e 2<h1 style='font-size : x-large'>New headlines for last 24 hours, as of ${CUR_DATE} ${CUR_TIME}</h1>
8437c066 3<hr/>
c62a2c21 4<!-- $BeginBlock feed -->
163a295e 5<h2 style='font-size : large'>${FEED_TITLE}</h2>
c62a2c21
AD
6
7<ul>
8<!-- $BeginBlock article -->
9<li><a href="${ARTICLE_LINK}">${ARTICLE_TITLE}</a> - ${ARTICLE_UPDATED}
de0800a9 10<div style='color : gray'>${ARTICLE_EXCERPT}</div>
c62a2c21
AD
11<!-- $EndBlock article -->
12</ul>
13<!-- $EndBlock feed -->
14
163a295e
AD
15<hr>
16<em>To unsubscribe, visit your configuration options or contact instance owner.</em>
c62a2c21 17<!-- $EndBlock digest -->