Files
hpr_website/www/eps/hpr2544/hpr2544_yt_template.tpl

7 lines
253 B
Smarty
Raw Normal View History

2025-10-28 18:39:57 +01:00
[% USE ytlist = datafile('yt_data.csv', delim = ',') -%]
- YouTube channels:
[% FOREACH chan IN ytlist -%]
[% NEXT IF chan.seen || chan.skip -%]
- [*[% chan.title %]*]([% chan.feed.replace('feeds/videos\.xml.channel_id=', 'channel/') %])
[% END -%]