ttrss/templates/digest_template_html.txt

19 lines
622 B
Plaintext
Raw Normal View History

2007-10-30 07:57:03 +01:00
<!-- $BeginBlock digest -->
<h1 style='font-size : x-large'>New headlines for last 24 hours, as of ${CUR_DATE} ${CUR_TIME}</h1>
<hr/>
2007-10-30 07:57:03 +01:00
<!-- $BeginBlock feed -->
<h2 style='font-size : large'>${FEED_TITLE}</h2>
2007-10-30 07:57:03 +01:00
<ul>
<!-- $BeginBlock article -->
2019-03-02 15:57:25 +01:00
<li><a href="${ARTICLE_LINK}">${ARTICLE_TITLE}</a> &mdash; <strong>${ARTICLE_UPDATED}</strong>
<div style='font-style : italic'>${ARTICLE_LABELS}</div>
2007-10-30 08:23:48 +01:00
<div style='color : gray'>${ARTICLE_EXCERPT}</div>
2007-10-30 07:57:03 +01:00
<!-- $EndBlock article -->
</ul>
<!-- $EndBlock feed -->
<hr>
<em>To unsubscribe, visit your configuration options or contact instance owner.</em>
2007-10-30 07:57:03 +01:00
<!-- $EndBlock digest -->