You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/templates/digest_template_html.txt

15 lines
433 B
Plaintext

<!-- $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 -->