Hi,
Short version -
I want to insert a HTML file into index.html, probably when it is created by Cheetah. The HTML is created by python code so I can't just insert it. I took a quick look at the Cheetah documentation and it wasn't immediately obvious how to do this.
Longer version -
I want to have an interactive map showing recent earthquakes on my site. I wrote a little bit of python to query the USGS site to get the data and I'm using leaflet.js for the maps. I have this part all working if I manually insert the HTML into my index.html file. I suppose I could write a bit more javascript to read my HTML file and put it in the index.html, but it seems like a natural for Cheetah. Is there an easy way to do this?