22 lines
		
	
	
		
			567 B
		
	
	
	
		
			Smarty
		
	
	
	
	
	
		
		
			
		
	
	
			22 lines
		
	
	
		
			567 B
		
	
	
	
		
			Smarty
		
	
	
	
	
	
|  | [%# 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 %]
 | ||
|  |     - Licence: [% feeds.$i.urls_copyright %]
 | ||
|  | 
 | ||
|  | [% i = i + 1 -%]
 | ||
|  | [% END -%]
 | ||
|  | [% END -%]
 | ||
|  | 
 | ||
|  | [%#
 | ||
|  |   # vim: syntax=tt2:ts=8:sw=4:ai:et:tw=78:fo=tcrqn21
 | ||
|  | -%]
 |