|
Revision 2134, 0.5 kB
(checked in by Andrew Dolgov <fox@madoka.spb.ru>, 1 year ago)
|
[project @ tweak html digest template]
|
| Line | |
|---|
| 1 |
<!-- $BeginBlock digest --> |
|---|
| 2 |
<h1 style='font-size : x-large'>New headlines for last 24 hours, as of ${CUR_DATE} ${CUR_TIME}</h1> |
|---|
| 3 |
<!-- $BeginBlock feed --> |
|---|
| 4 |
<h2 style='font-size : large'>${FEED_TITLE}</h2> |
|---|
| 5 |
|
|---|
| 6 |
<ul> |
|---|
| 7 |
<!-- $BeginBlock article --> |
|---|
| 8 |
<li><a href="${ARTICLE_LINK}">${ARTICLE_TITLE}</a> - ${ARTICLE_UPDATED} |
|---|
| 9 |
<div style='color : gray'>${ARTICLE_EXCERPT}</div> |
|---|
| 10 |
<!-- $EndBlock article --> |
|---|
| 11 |
</ul> |
|---|
| 12 |
<!-- $EndBlock feed --> |
|---|
| 13 |
|
|---|
| 14 |
<hr> |
|---|
| 15 |
<em>To unsubscribe, visit your configuration options or contact instance owner.</em> |
|---|
| 16 |
<!-- $EndBlock digest --> |
|---|