Newer
Older
cartastraccia / views / index.dt
@GallaFrancesco GallaFrancesco on 17 Sep 2019 272 bytes feeds must be rendered as html
doctype html
html
	head
		title CartaStraccia - RSS Feed Reader
	body
		h1 fname
		- foreach(newsItem; newsList)
			- auto htmlData = newsItem.description;
			- auto nLink = newsItem.link;
			- auto nTitle = newsItem.title;
			h2 nTitle
			p!= htmlData
			b a(href=nLink)