Newer
Older
cartastraccia / views / index.dt
@GallaFrancesco GallaFrancesco on 19 Sep 2019 360 bytes dynamic reloading of html pages
doctype html
html
	head
		title CartaStraccia - RSS Feed Reader
	body
		h1 Cartastraccia RSS Channels
		p Click channel name to read, click Source for remote source
		ul#index
		- uint cnt = 0;
		- foreach(feed; validFeeds)
			- cnt++;
			li
				Feed #{cnt}: 
					a(href="channels/"~feed.name~".html") #{feed.name}
				p  
					a(href=feed.path) View source