mirror of https://github.com/Maecenas/tt-rss.git
An unofficial mirror of the Tiny Tiny RSS, an open-source RSS feed reader and aggregator
https://git.tt-rss.org/fox/tt-rss
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
601 B
20 lines
601 B
<!-- $BeginBlock digest --> |
|
<h1>New headlines for last 24 hours, as of ${CUR_DATE} ${CUR_TIME}</h1> |
|
<hr/> |
|
<!-- $BeginBlock feed --> |
|
<h2>${FEED_TITLE}</h2> |
|
|
|
<ul> |
|
<!-- $BeginBlock article --> |
|
<li><a href="${ARTICLE_LINK}">${ARTICLE_TITLE}</a> — <strong>${ARTICLE_UPDATED}</strong> |
|
<div><em>${ARTICLE_LABELS}</em></div> |
|
<div>${ARTICLE_EXCERPT}</div> |
|
<!-- $EndBlock article --> |
|
</ul> |
|
<!-- $EndBlock feed --> |
|
|
|
<hr> |
|
|
|
<em style='color : gray'>To unsubscribe, visit your configuration options or contact instance owner.<br/> |
|
Sent by tt-rss mailer daemon at ${TTRSS_HOST}.</em> |
|
<!-- $EndBlock digest -->
|
|
|