Generate HTML From a Template

This example fetches an RSS feed and turns it into a simple HTML page with a link for each article. The HTML is generated via a mustache template.

This example builds on the basic RSS parsing example.

This example uses the feedparser and lustache modules.

Try it!