Is there a decent way to "simulate" server side includes using Python on Google App Engine?
I would really like to split my static html files up into smaller pieces for two reasons:
Just use template library (Jinja2 is pre-installed on GAE). "Getting started" doc provides examples.
What you want to use instead of SSI is template inheritance.