rss2world/templates/telegram.gotmpl

9 lines
257 B
Go Template
Raw Normal View History

2024-06-27 02:20:00 +03:00
{{define "telegram"}}
<a href="{{.Link}}">{{.Title}}</a>
{{.Content}}
<a href="{{.Link}}">Запись полностью и комментарии</a>
Отправлено через <a href="https://git.neonxp.ru/neonxp/rss2world">rss2world</a>
2024-06-27 02:20:00 +03:00
{{end}}