Free_Culture_Podcasts/feedWatcher_3.tpl

22 lines
569 B
Smarty
Raw Permalink Normal View History

2022-11-19 21:27:51 +00:00
[%# feedWatcher_3.tpl 2020-01-24 -%]
[%# Generates Markdown as a list with a sublist per feed -%]
# Free Culture Podcasts
### The finest selection of Free Culture Podcasts spanning the genres of Discussion, Drama, Education, Music, and beyond.
[% IF feeds.size > 0 -%]
[% i = 0 -%]
[% WHILE i < feeds.size -%]
- **[% feeds.$i.urls_title %]**
- Website: [% feeds.$i.urls_link %]
- Feed: [% feeds.$i.urls_url %]
- Copyright: [% feeds.$i.urls_copyright %]
2022-11-19 21:27:51 +00:00
[% i = i + 1 -%]
[% END -%]
[% END -%]
[%#
# vim: syntax=tt2:ts=8:sw=4:ai:et:tw=78:fo=tcrqn21
-%]